Bitcoin
Lists the accounts associated with the provided authorization token.
- The authorization token from the request header.
A promise that resolves to an AccountAPIResponse object containing the account data.
A promise that resolves to an AccountAPIResponse object containing the account data.
Creates a new Bitcoin account.
- The authorization token from the request header.
- The input data required to create a Bitcoin account.
The network on which the transaction is taking place.
The private key of the account.
A promise that resolves to an AccountAPIResponse object containing the account creation result.
A promise that resolves to an AccountAPIResponse object containing the account creation result.
Retrieves the account information for a given account name.
- The name of the account to retrieve.
- The authorization token from the request header.
A promise that resolves to an AccountAPIResponse object containing the account data.
A promise that resolves to an AccountAPIResponse object containing the account data.