Retrieve currency pairs for market data sources
GET/v1/instruments/market-data-pool
Retrieve your configured currency pairs.
Responses
- 200
- 401
- 500
Your request has been successfully processed.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Source name.
Represents two currencies, where the first one is being bought and the other being sold
["USDBRL","BRLUSD"][
{
"source": "string",
"instruments": [
"USDBRL",
"BRLUSD"
]
}
]
Authentication token is required for this action that was not provided, expired or invalid.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
Internal server error.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}