cURL
Payout (Disburse)
Withdraw
Initiate a withdrawal request.
POST
cURL
Authorizations
API key. Must be included in the request header.
Timestamp. Must be included in the request header.
Signature string. Must be included in the request header.
Body
application/json
Requester ID. Must be unique.
Example:
"d8551182-0aee-4346-929e-05c99081352a"
Wallet ID to withdraw from.
Example:
"e9167870-e18b-4e82-8b87-92ec7ede8e45"
Withdrawal destination address.
Example:
"0xdc2e6b357766aa4b66f41dc29598379ce7d61d46"
Withdrawal amount.
Example:
"10.08"
Chain ID.
Example:
"BASE_ETH"
Unique identifier of the token.
Example:
"BASE_USDT"
Party paying the fee. Defaults to the user.
- App: Paid by the platform
- User: Paid by the user
Example:
"App"