For the complete documentation index, see llms.txt. This page is also available as Markdown.

Redeem balance code

post

Redeem the balance code and add the transfer balance to the caller network.

Authorizations
AuthorizationstringRequired

BringYour JWT

Body
secretstringOptional
Responses
200Success
application/json
post/subscription/redeem-balance-code
POST /subscription/redeem-balance-code HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "secret": "text"
}
200Success
{
  "transfer_balance": {
    "transfer_balance_id": "text",
    "start_time": "text",
    "end_time": "text",
    "balance_byte_count": 1
  },
  "error": {
    "message": "text"
  }
}

Was this helpful?