Get Output Pairs
Get output pairs
GET
/wallet-service/v1/forefront/exchanger/out
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
code_from
string | nullable
Code From
code_to
string | nullable
Code To
Response
{
"data": [
{
"id": 1,
"code_from": "USD",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 22,
"code_from": "BTC",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 32,
"code_from": "ETH",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 42,
"code_from": "XRP",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 52,
"code_from": "LTC",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 62,
"code_from": "BCH",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 72,
"code_from": "DOT",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 82,
"code_from": "BNB",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 92,
"code_from": "LINK",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 102,
"code_from": "DOGE",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-09T14:14:52.000000Z"
},
{
"id": 208,
"code_from": "GBP",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
},
{
"id": 226,
"code_from": "NZD",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
},
{
"id": 244,
"code_from": "PLN",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
},
{
"id": 262,
"code_from": "CAD",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
},
{
"id": 280,
"code_from": "HUF",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
},
{
"id": 298,
"code_from": "MXN",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
},
{
"id": 316,
"code_from": "RUB",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
},
{
"id": 334,
"code_from": "JPY",
"code_to": "EUR",
"exchange": "0",
"created_at": "2025-04-16T15:08:20.000000Z"
}
]
}
{
"error": "Invalid request"
}
Last updated