Balance Creation
To create balances, you can use the POST /balance method. The user needs to specify the currency of the balance.
Important: Balances do not have a state, and once created, they cannot be removed from the system.
Example of creating a balance:
POST /balance
{
"currency": "usd"
}
Response example:
{
"id": "19720852-be40-489a-a3b3-985f51a0458c"
}
Last updated
Was this helpful?