-
Notifications
You must be signed in to change notification settings - Fork 3
API Reference
Blockchain.info wallet api reference.
Calls the balance
api endpoint.
Calls the list
api endpoint.
Calls the address_balance
api endpoint.
Address
is the address to check.
Confirmations
is the number of confirmations.
Calls the payment
api endpoint.
to
is the wallet address to send the amount to.
amount
is the amount in satoshi to send.
params
is an object that contains optional parameters.
Calls the sendmany
api endpoint.
recipients
is an object containing a mapping of address and the amount in satoshi to send to them.
params
is an object that contains optional parameters.
Calls the new_address
api endpoint.
params
is an object that contains optional parameters.
Calls the archive_address
api endpoint.
address
is the address to archive.
Calls the unarchive_address
api endpoint.
address
is the address to unarchive.
Calls the auto_consolidate
api endpoint.
days
is the number of days where if an address has not received a transaction they will be consolidated.