Mint
cURL
curl --request PUT \ --url https://api-sandbox.circle.com/v1/exchange/fxConfigs/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fiatAccountId": "b8627ae8-732b-4d25-b947-1df8f4007a29", "currency": "MXN" } '
{ "data": { "currency": "MXN", "fiatAccountId": "b8627ae8-732b-4d25-b947-1df8f4007a29", "createDate": "2020-04-10T02:13:30.000Z", "updateDate": "2020-04-10T02:13:30.000Z" } }
Creates a currency trading account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique system generated identifier for the entity.
"b8627ae8-732b-4d25-b947-1df8f4007a29"
MXN
BRL
Successfully created a currency trading account.
Show child attributes
ISO-8601 UTC date/time format.
"2020-04-10T02:13:30.000Z"
Was this page helpful?