Listing invoice currency pairs
Last updated
Last updated
GET
/api/public/v1/invoices/currency_pairs
This endpoint returns a list of available currency pairs and networks.
Headers
Name | Value |
---|---|
Response
{
"data": [
{
"id": "745a668c-6830-4eb8-8cb4-12d3aa57e0b5",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "BTC"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "BTC"
}
}
}
},
{
"id": "adedc690-0efb-4490-b58c-102f8392ce9a",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "USD"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "USDT"
}
}
}
},
{
"id": "b5871e76-9609-4a54-af18-b8979a2e663e",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "EUR"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "USDT"
}
}
}
},
{
"id": "a5ab1f49-d92a-4220-b3eb-0a66b310de07",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "TRY"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "USDT"
}
}
}
},
{
"id": "14d76658-ad8f-4fd3-bc61-17afba3ed13f",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "USDT"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "USDT"
}
}
}
},
{
"id": "3d14c639-55b8-4759-9efc-83779887982e",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "TRX"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "TRX"
}
}
}
},
{
"id": "4227c5b8-89d9-48fa-ad19-d98bb6b0cd29",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "TRY"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "TRX"
}
}
}
},
{
"id": "8cf13566-02b4-4b35-8928-ab7dab546c9a",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "USD"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "BTC"
}
}
}
},
{
"id": "8ecb4033-5fe0-44a8-9c83-9aadbc1b0e86",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "EUR"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "ETH"
}
}
}
},
{
"id": "9e25078d-42de-40ec-ab4a-953fc2e42698",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "USD"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "ETH"
}
}
}
},
{
"id": "d7a631bd-dd67-4d5f-a8ef-d50e1a5bbfca",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "EUR"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "BTC"
}
}
}
},
{
"id": "ef64f2d0-9c36-473f-b6ea-caf8ed6fe1cd",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "TRY"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "BTC"
}
}
}
},
{
"id": "f37b43a1-5ded-4ab7-a966-c0cd1cf2212d",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "EUR"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "TRX"
}
}
}
},
{
"id": "f7daa84e-8402-40a2-b48b-2edfa3406187",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "USD"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "TRX"
}
}
}
},
{
"id": "55ad73ba-3a79-48ae-8cee-3d4cfbf32238",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "USD"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "BCH"
}
}
}
},
{
"id": "83342a4c-7a00-4016-9109-dfbf125daf51",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "EUR"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "BCH"
}
}
}
},
{
"id": "2b5e5f8b-cee7-4f8f-b5a6-6c5fb139425f",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "USD"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "LTC"
}
}
}
},
{
"id": "a18c6513-30e4-438c-ac73-ccf5fd22cff4",
"type": "invoiceCurrencyPairs",
"attributes": {
"direction": "sell",
"enabled": true
},
"relationships": {
"billedCurrency": {
"data": {
"type": "currencies",
"id": "EUR"
}
},
"chargedCurrency": {
"data": {
"type": "currencies",
"id": "LTC"
}
}
}
}
],
"included": [
{
"id": "BTC",
"type": "currencies",
"attributes": {
"code": "BTC",
"crypto": true,
"symbol": "฿",
"subunitToUnit": 100000000
},
"relationships": {
"networks": {
"data": [
{
"type": "network",
"id": "c0369c57-da08-4c60-b5ee-63e1e43d5ae4"
}
]
}
}
},
{
"id": "USD",
"type": "currencies",
"attributes": {
"code": "USD",
"crypto": false,
"symbol": "$",
"subunitToUnit": 100
},
"relationships": {
"networks": {
"data": []
}
}
},
{
"id": "USDT",
"type": "currencies",
"attributes": {
"code": "USDT",
"crypto": true,
"symbol": "₮",
"subunitToUnit": 1000000
},
"relationships": {
"networks": {
"data": [
{
"type": "network",
"id": "8ededca3-a1cd-4b46-8c3a-14915f706ab2"
}
]
}
}
},
{
"id": "EUR",
"type": "currencies",
"attributes": {
"code": "EUR",
"crypto": false,
"symbol": "€",
"subunitToUnit": 100
},
"relationships": {
"networks": {
"data": []
}
}
},
{
"id": "TRY",
"type": "currencies",
"attributes": {
"code": "TRY",
"crypto": false,
"symbol": "₺",
"subunitToUnit": 100
},
"relationships": {
"networks": {
"data": []
}
}
},
{
"id": "TRX",
"type": "currencies",
"attributes": {
"code": "TRX",
"crypto": true,
"symbol": "TRX",
"subunitToUnit": 1000000
},
"relationships": {
"networks": {
"data": [
{
"type": "network",
"id": "dc5f15f5-176e-43b6-ab8d-239614a7961d"
}
]
}
}
},
{
"id": "ETH",
"type": "currencies",
"attributes": {
"code": "ETH",
"crypto": true,
"symbol": "Ξ",
"subunitToUnit": 1000000
},
"relationships": {
"networks": {
"data": [
{
"type": "network",
"id": "e89a05d9-2528-4f28-ac70-dcde90f497aa"
}
]
}
}
},
{
"id": "BCH",
"type": "currencies",
"attributes": {
"code": "BCH",
"crypto": true,
"symbol": "Ƀ",
"subunitToUnit": 100000000
},
"relationships": {
"networks": {
"data": [
{
"type": "network",
"id": "08f32f4e-b1e2-446b-98f6-b12c6a5776af"
}
]
}
}
},
{
"id": "LTC",
"type": "currencies",
"attributes": {
"code": "LTC",
"crypto": true,
"symbol": "Ł",
"subunitToUnit": 100000000
},
"relationships": {
"networks": {
"data": [
{
"type": "network",
"id": "5b998b0a-44ba-45b8-91c1-4465c559ec3e"
}
]
}
}
},
{
"id": "c0369c57-da08-4c60-b5ee-63e1e43d5ae4",
"type": "network",
"attributes": {
"currencyCode": "BTC",
"name": "Bitcoin",
"code": "tbtc"
}
},
{
"id": "8ededca3-a1cd-4b46-8c3a-14915f706ab2",
"type": "network",
"attributes": {
"currencyCode": "USDT",
"name": "Tron (TRC20)",
"code": "ttrx:usdt"
}
},
{
"id": "dc5f15f5-176e-43b6-ab8d-239614a7961d",
"type": "network",
"attributes": {
"currencyCode": "TRX",
"name": "Tron",
"code": "ttrx"
}
},
{
"id": "e89a05d9-2528-4f28-ac70-dcde90f497aa",
"type": "network",
"attributes": {
"currencyCode": "ETH",
"name": "Ethereum",
"code": "hteth"
}
},
{
"id": "08f32f4e-b1e2-446b-98f6-b12c6a5776af",
"type": "network",
"attributes": {
"currencyCode": "BCH",
"name": "Bitcoin Cash",
"code": "tbch"
}
},
{
"id": "5b998b0a-44ba-45b8-91c1-4465c559ec3e",
"type": "network",
"attributes": {
"currencyCode": "LTC",
"name": "Litecoin",
"code": "tltc"
}
}
],
"meta": {},
"jsonapi": {
"version": "1.0"
}
}
Content-Type
application/vnd.api+json
Authorization
Bearer <api_key>