Info on available providers for payouts
GET api/v2/paygate/payout/gates/
Get info on available providers for payouts with balances
Query parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| endpoint | string |
Yes | Endpoint Api key | "1dc4441f-38d5-42b5-a705-81958f928462" |
Response sample
STATUS 200
[
{
"balances": [
{
"name": "string",
"balance": 1000,
"currency": {
"id": 0,
"title": "Euro",
"char_code": "EUR",
"num_code": 978
}
}
]
}
]