Create Escrow Transfer Quote

Create an escrow transfer quote. Supply the sender's self-custody senderWallet; the response includes an unsignedTransaction for the sender client to sign and POST back to /v1/escrow-transfers/{id}/accept to accept the quote and broadcast the transfer.

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

Customer-scoped identity id of the sender

string
required
^[1-9A-HJ-NP-Za-km-z]{32,44}$

Sender's self-custody Solana public key (base58). The sender signs the returned unsignedTransaction with this wallet's key.

string
required
length between 3 and 16
^\+[1-9]\d{1,14}$

E.164 phone number of the recipient

string
required

Token symbol — e.g. MOVEUSD, USDC

string
required

BigNumber-parseable human-decimal token amount (e.g. "1.31"), not raw base units

string
length ≤ 280

Optional human-readable note from the sender

uri

URL the recipient is sent to claim the transfer; shortened and embedded in the recipient SMS.

metadata
object
Headers
string
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json