Authorizations
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
- Production: https://oauth.paxos.com/oauth2/token
- Sandbox: https://oauth.sandbox.paxos.com/oauth2/token
Learn more in the API credentials guide →
Body
The currency to withdraw.
The destination address.
A CryptoNetwork is a blockchain transmitting cryptocurrencies.
BITCOIN
, ETHEREUM
, BITCOIN_CASH
, LITECOIN
, SOLANA
, POLYGON_POS
, BASE
, ARBITRUM_ONE
, INK
The amount to withdraw. Must be greater than 0
.
Specify exactly one of amount
or total
, otherwise an error is returned.
Total amount to withdraw, including fees. Must be greater than 0
.
Specify exactly one of total
or amount
, otherwise an error is returned.
Response
A successful response.
The id of the guaranteed fee.
The guaranteed fee value, in the same currency.
The currency to withdraw.
The expiration timestamp of the created fee.
The destination address.
A CryptoNetwork is a blockchain transmitting cryptocurrencies.
BITCOIN
, ETHEREUM
, BITCOIN_CASH
, LITECOIN
, SOLANA
, POLYGON_POS
, BASE
, ARBITRUM_ONE
, INK
The quoted amount to withdraw for which the fee is valid.
Specify exactly one of amount
or total
, otherwise an error is returned.
Total amount to withdraw, including fees.
Specify exactly one of amount
or total
, otherwise an error is returned.