Sodax
Last updated
Last updated
POST /api/sodax/transaction HTTP/1.1
Host: staging.api.radfi.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"type": "sodax-withdraw",
"params": {
"amount": "10000",
"tokenId": "2904354:3119",
"sodaxData": "0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20"
}
}POST /api/sodax/transaction/sign HTTP/1.1
Host: staging.api.radfi.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"type": "sodax-withdraw",
"params": {
"signedBase64Tx": "cHNidP8BAH0CAAAAAd..."
}
}