List fiat accounts
GET {{baseUrl}}/fiat_accounts
Returns all fiat accounts.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"id": "<string>",
"type": "BLINC",
"name": "<string>",
"address": "<string>",
"assets": [
{
"id": "<string>",
"balance": "<string>"
},
{
"id": "<string>",
"balance": "<string>"
}
]
},
{
"id": "<string>",
"type": "BLINC",
"name": "<string>",
"address": "<string>",
"assets": [
{
"id": "<string>",
"balance": "<string>"
},
{
"id": "<string>",
"balance": "<string>"
}
]
}
] |
ENDPOINTS