On-chain Payout (Withdraw)
Pay USDT to an on-chain wallet address outside the platform. The funds leave NUSDpay and are transferred on the blockchain, which requires a network fee and cannot be reversed.
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
A unique ID generated by the requester, used for idempotency: the same request_id will not create a duplicate transaction. You can use your own system's order ID and later query the transaction by it.
"d8551182-0aee-4346-929e-05c99081352a"
Wallet ID to withdraw from.
"e9167870-e18b-4e82-8b87-92ec7ede8e45"
Withdrawal destination address.
"0xdc2e6b357766aa4b66f41dc29598379ce7d61d46"
Withdrawal amount.
"10.08"
Chain ID. Enum values are available from the chain list; static reference: Supported Tokens and Chains.
"BASE_ETH"
Unique token identifier. Enum values are available from the token list; actual deposit/withdraw availability and fees are determined by the live platform configuration /nps/configs.
"BASE_USDT"
Party paying the fee. Defaults to the user.
- App: Paid by the platform
- User: Paid by the user
"App"