| Field | Type | Required / Nullable | Conditions / Notes |
|---|---|---|---|
direction | string | Optional, can be omitted | Payment direction. Default is deposit for pay-in. |
[
{
"currency": "PHP",
"logo_url": "https://cdn.transfi.com/currencies/php.png",
"decimal_precision": 2
},
{
"currency": "BRL",
"logo_url": "https://cdn.transfi.com/currencies/brl.png",
"decimal_precision": 2
}
]curl --location 'https://api.aio.cash/v2/v2/fiat/supported-fiat'{
"success": true,
"msg": "ok",
"data": {}
}