API Playground
Get Wallet Contents
Get the balances of a users’s wallets for a given blockchain.
POST
/
v1
/
user
/
balances
Authorizations
x-api-key
string
headerrequiredThe API Key you were given in the developer portal.
Body
application/json
id
string
The id of the user.
email
string
The email of the user.
referenceId
string
The reference id of the user.
Response
200 - application/json
address
string
requiredThe wallet address.
type
enum<string>
requiredThe blockchain of the wallet.
Available options:
Polkadot
code
integer
requiredThe status code of the balance retrieval.
message
string
requiredA message related to the balance retrieval.
generated_at
integer
requiredThe timestamp when the balance was generated.
data
object[] | null
requiredThe list of balance data for the assets.