Withdrawals
Last updated
Was this helpful?
Manage TBOT reward withdrawals.
GET
/v1/withdrawals
List withdrawals
GET
/v1/withdrawals/:id
Get withdrawal
POST
/v1/withdrawals
Create withdrawal
POST
/v1/withdrawals/:id/cancel
Cancel withdrawal
GET /v1/withdrawalscurl https://api.tokenbot.com/v1/withdrawals \
-H "X-API-Key: tb_live_your_key"GET /v1/withdrawals/:idPOST /v1/withdrawalsRequest Body:
Last updated
Was this helpful?
Was this helpful?
{
"amount": 100.0,
"wallet_address": "0x..."
}POST /v1/withdrawals/:id/cancel