API Reference

Create FX account

puthttps://api-sandbox.circle.com/v1/exchange/fxConfigs/accounts

  • Reference
  • Playground

Creates a currency trading account

Body parameters
fiatAccountId
string

Unique system generated identifier for the entity.

currency
string
Allowed valuesMXNBRL
Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "currency": "MXN",
4    "fiatAccountId": "b8627ae8-732b-4d25-b947-1df8f4007a29",
5    "createDate": "2020-04-10T02:13:30.000Z",
6    "updateDate": "2020-04-10T02:13:30.000Z"
7  }
8}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.