Skip to main content
POST
Create Redemption Instructions

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Body

application/json
request_id
string<uuid>
required

Request identifier in a UUID format. Serves as an idempotency key.

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
bank_account_id
string
required

Bank account ID to which the redeemed funds should be sent

chain
enum<string>
required

Blockchain network for the redemption

Available options:
ISSUANCE_SUPPORTED_CHAIN_UNSPECIFIED,
SOLANA_DEVNET,
SOLANA_MAINNET
Example:

"SOLANA_DEVNET"

label
string
required

Label for the redemption instruction

payment_rail
enum<string>
required

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

Available options:
ISSUANCE_SUPPORTED_FIAT_PAYMENT_METHOD_UNSPECIFIED,
WIRE
Example:

"WIRE"

identity_id
string
required

Unique identifier of the identity that this redemption instruction belongs to

stablecoin_symbol
string
required

Symbol of the stablecoin associated with this 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