Create crypto withdrawal fee
Documentation Index
Fetch the complete documentation index at: https://paxos-0ac97319-preview-travel-rule-api-changes.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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, STELLAR, INK, XLAYER The amount to withdraw. Must be greater than 0.
Specify exactly one of amount or total, otherwise an error is returned.
^[0-9]*\.?[0-9]+$Total amount to withdraw, including fees. Must be greater than 0.
Specify exactly one of total or amount, otherwise an error is returned.
^[0-9]*\.?[0-9]+$Optional. The Identity (identity_id) of the end user, used together
with crypto_network and destination_address to resolve the saved
CryptoDestinationAddress for Travel Rule enforcement. Required for 3P
integrations.
Response
A successful response.
The id of the guaranteed fee.
The guaranteed fee value, in the same currency.
^[0-9]*\.?[0-9]+$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, STELLAR, INK, XLAYER The quoted amount to withdraw for which the fee is valid.
Specify exactly one of amount or total, otherwise an error is returned.
^[0-9]*\.?[0-9]+$Total amount to withdraw, including fees.
Specify exactly one of amount or total, otherwise an error is returned.
^[0-9]*\.?[0-9]+$