List all base currencies with their asset pairs
GET/v1/trades/asset-pairs
List all base currencies with their asset pairs
Request
Responses
- 200
- 400
- 403
- 404
The base currencies with their asset pairs were successfully retrieved.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
traceId string
message string
data
object
baseAsset
object
required
id stringrequired
Unique identifier of the asset type
acronym stringrequired
Acronym of the asset type
network stringrequired
Network of the asset type
assets
object[]
required
id stringrequired
Unique identifier of the asset type
acronym stringrequired
Acronym of the asset type
network stringrequired
Network of the asset type
{
"traceId": "string",
"message": "string",
"data": {
"baseAsset": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"acronym": "USD",
"network": "ETH"
},
"assets": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"acronym": "USD",
"network": "ETH"
}
]
}
}
Invalid request payload. This can happen if required fields are missing or have invalid formats.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
The API key is invalid or the client does not have sufficient permissions.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
One of the specified resources was not found. Does not apply for empty result set.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
Loading...