Get distributor burn wallet by asset ID

Returns the AUDD burn wallet address for an asset, which is where you send AUDD before calling POST /trades/sell. Note that the path parameter is the ASSET id, not a wallet id, and that walletId is a required query parameter naming the wallet the AUDD will be sent from.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the AUDD asset being burned, from GET /assets.

Query Params
string

Whether the amount sent on chain is checked against the burn request. Defaults to true.

string
required

The id of your registered wallet that will send the AUDD. Required; omitting it is rejected by the gateway with "Missing required request parameters: [walletId]".

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses
200

Success

400

Invalid request. Returned when the path parameter is not an asset id that resolves, or when walletId names a wallet that cannot be used with this asset.

401

Unauthorized

403

Forbidden

404

Not found

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!