Accounts
Lists Bitcoin Cash accounts associated with the provided authorization token.
- The authorization token from the request header.
A promise that resolves to a BitcoinCashAPIResponse containing an array of AccountResponse objects.
A promise that resolves to a BitcoinCashAPIResponse containing an array of AccountResponse objects.
Creates a new Bitcoin Cash account.
- The authorization token from the request header.
- The input data required to create a Bitcoin Cash account.
The network on which the transaction is taking place.
The private key of the account.
A promise that resolves to a BitcoinCashAPIResponse containing the account response.
A promise that resolves to a BitcoinCashAPIResponse containing the account response.
Reads the account information for a given account name.
- The name of the account to read.
- The authorization token for the request.
A promise that resolves to a BitcoinCashAPIResponse containing the account information.
A promise that resolves to a BitcoinCashAPIResponse containing the account information.