Detail of scheme
{
"id": string,
"name": string,
"shortname": string,
"currency_code": string,
"decimals": integer,
"chainid": string,
"testnet": boolean,
"time": integer,
"account1": string,
"contract": string,
"bank": {
"bank": string,
"company": string,
"iban": string,
"bic": string,
"wire": boolean
},
"extra": {
"instant": boolean,
"card": {
"active": bollean
}
}
}
{
"id": "681029f7-c166-4323-8ece-d404a5dc2bc3",
"name": "Euro",
"shortname": "Euro",
"currency_code": "EUR",
"decimals": 2,
"chainid": "",
"time": -1,
"account1": "FR7610278063980002172400388",
"bank": {
"bank": "Crédit Mutel",
"company": "Obvious21 SAS",
"iban": "FR7610278063980002172400388",
"bic": "CMCIFR2AXXX",
"wire": true
},
"extra": {
"instant": true,
"card": {
"active": false
}
}
}
{
"id": "559ed814-e900-46f3-b6ab-fa34c3964615",
"name": "USD Coin (Binance)",
"shortname": "USD Coin",
"currency_code": "USDC",
"decimals": 2,
"chainid": "97",
"testnet": true,
"time": -1,
"account1": "0x84E6C3e6B322fb58ecA71D1CDC16f2ED67fc3602",
"contract": "0x64544969ed7EBf5f083679233325356EbE738930"
}
Account Object
Field | description | type | mandatory |
---|---|---|---|
id | Account ID | string | Y |
name | Currency name | string | Y |
shortname | Currency short name | string | Y |
currency_code | Currency code | string | Y |
decimals | Number of decimals | integer | Y |
chainid | Chain ID | string | Y |
testnet | Network TESTNET | boolean | N |
time | Rate must update every N seconds (-1: Disabled) | integer | Y |
account1 | Account Number (IBAN) or Wallet Address | string | Y |
contract | Address Contract (only for Crypto) | string | N |
bank | Bank Informations for manual wire (see below) | object | N |
extra | Features of account | object | N |
Bank Object (present only FIAT)
Field | description | type | mandatory |
---|---|---|---|
bank | Bank name | boolean | Y |
company | Company name | string | Y |
iban | IBAN number | string | Y |
bic | BIC/SWIFT number | string | Y |
wire | Manual wire accepted | boolean | Y |
Extra Object
Field | description | type | mandatory |
---|---|---|---|
instant | Instant Payment | boolean | Y |
card | Card | object | Y |
active | boolean | Y |