api_exchange_currencies_list
GET /api/exchange/currencies/
api_exchange_currencies_list
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- code string required
Possible values:
<= 10 characters
- policy_id string required
Possible values:
<= 255 characters
- asset_name string required
Possible values:
<= 255 characters
- decimal_places integer
Possible values:
<= 2147483647
- ]
[
{
"code": "string",
"policy_id": "string",
"asset_name": "string",
"decimal_places": 0
}
]
Loading...