Skip to main content
POST
Create an idempotent persisted partner async redeem action.

Authorizations

Authorization
string
header
required

Partner API key. Keep server-side; do not expose in public clients.

Headers

Idempotency-Key
string
required
Required string length: 8 - 160

Body

application/json
sharesRaw
string
required
Example:

"1000000000000000000"

account
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
slippageBps
integer
Required range: 0 <= x <= 2000
receiveChainId
integer

Desired final USDC receive chain. Defaults to 999. Persist this value and pass it again when creating the later claim action.

Example:

8453

Response

OK

success
boolean
required
data
object
required
meta
object
required