π°Get Balances
View Balances in your Swapped Commerce account

View Balances via Dashboard
Last updated
View Balances in your Swapped Commerce account

Last updated
GET /v1/balances HTTP/1.1
Host: pay-api.swapped.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"data": {
"global": {
"currency": "text",
"total": "text",
"pending": "text",
"available": "text"
},
"currencies": [
{
"currency": "text",
"total": "text",
"pending": "text",
"available": "text"
}
]
},
"message": "text",
"success": true
}