get https://api-sandbox.straitsx.com/v1/swap/pairs
[Available in Production/Sandbox environment] Get a list of supported swap pairs
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
[Available in Production/Sandbox environment] Get a list of supported swap pairs
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api-sandbox.straitsx.com/v1/swap/pairs \
--header 'accept: application/json'
xxxxxxxxxx
32}
{
"data": [
{
"id": "1",
"type": "swapPair",
"attributes": {
"code": "XSGDUSDC"
}
},
{
"id": "2",
"type": "swapPair",
"attributes": {
"code": "XSGDXUSD"
}
},
{
"id": "3",
"type": "swapPair",
"attributes": {
"code": "USDCUSDT"
}
},
{
"id": "4",