Skip to main content
GET
Get Redemption Address

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Path Parameters

id
string
required

Unique identifier for the redemption instruction

Response

Success

id
string
read-only

Unique identifier for the redemption instruction

address
string
read-only

Generated redemption address. Stablecoins sent to this address will be redeemed.

bank_account_id
string
read-only

Bank account ID to which the redeemed funds should be sent

chain
enum<string>
read-only

Blockchain network for the redemption instruction

Available options:
ISSUANCE_SUPPORTED_CHAIN_UNSPECIFIED,
SOLANA_DEVNET,
SOLANA_MAINNET
Example:

"SOLANA_DEVNET"

label
string
read-only

Label for the redemption instruction

payment_rail
enum<string>
read-only

Payment rail for the redemption instruction, currently only 'WIRE' is supported

Available options:
ISSUANCE_SUPPORTED_FIAT_PAYMENT_METHOD_UNSPECIFIED,
WIRE
Example:

"WIRE"

identity_id
string
read-only

Unique identifier of the identity that this redemption instruction belongs to

stablecoin_symbol
string
read-only

Symbol of the stablecoin associated with this redemption instruction