Find a specific fiat account
GET {{baseUrl}}/fiat_accounts/:accountId
Returns a fiat account by ID.
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>"
}
]
} |
ENDPOINTS