Skip to main content
POST
/
markets
/
redeem
Redeem Settlement Rewards
curl --request POST \
  --url https://www.aionmarket.com/bvapi/markets/redeem \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "marketId": "<string>",
  "walletAddress": "<string>"
}
'
{
  "marketId": "<string>",
  "redeemedAmount": 123,
  "txHash": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
default:YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
marketId
string
required
walletAddress
string
required

Response

200 - application/json

Redeem accepted

marketId
string
redeemedAmount
number
txHash
string
status
string