Retrieve an account’s details
GET
/v2/accounts/{accountId}Request
Use this request to retrieve details about a given account, based on itsaccountId. The response will contain either personal or business details, such as the account name, the primary owner of the account, and enabled features.
include parameter to retrieve additional information, such as currencies configured on the account.
Path parameters
The ID of the account for which you want to retrieve details.Allowable values: An existing
accountIdQuery parameters
The ID of the person to filter results by.Allowable values: An existing
personId (≤ 36 characters)Optional embeds to include when returning the account details. For example,
include=currencies.Allowable values: addresses, currencies, primaryOwner, spot, market, settingsResponse
If your request is successful, you’ll receive a200 response. The contents of this response will vary depending on whether the account is a business account or a personal account.
Business account
Personal account
List all accounts
GET
/v2/accountsRequest
Use this request to get a list of all the accounts that you can access. Results are ordered chronologically, by creation date.Query parameters
The maximum number of items to return. For example,
limit=25. By default, this is set to 100.Allowable values: [ 1 .. 100000 ]The number of items to skip before returning the results. For example,
offset=200. By default, this is set to 0.Allowable values: A valid integerFilter results by primary email address.Allowable values: A valid string
Response
If your request is successful, you’ll receive a200 response.