Skip to main content
POST
Create Crypto Withdrawal Fee
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Body

application/json
asset
string
required

The currency to withdraw.

destination_address
string
required

The destination address.

crypto_network
enum<string>
required

A CryptoNetwork is a blockchain transmitting cryptocurrencies.

Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
STELLAR,
INK,
XLAYER,
AVALANCHE,
DOGECOIN,
SUI,
ROBINHOOD,
BNB
amount
string

The amount to withdraw. Must be greater than 0. Specify exactly one of amount or total, otherwise an error is returned.

Pattern: ^[0-9]*\.?[0-9]+$
total
string

Total amount to withdraw, including fees. Must be greater than 0. Specify exactly one of total or amount, otherwise an error is returned.

Pattern: ^[0-9]*\.?[0-9]+$

Response

200 - application/json

A successful response.

id
string
required

The id of the guaranteed fee.

fee
string
required

The guaranteed fee value, in the same currency.

Pattern: ^[0-9]*\.?[0-9]+$
asset
string
required

The currency to withdraw.

expires_at
string<date-time>
required

The expiration timestamp of the created fee.

destination_address
string
required

The destination address.

crypto_network
enum<string>
required

A CryptoNetwork is a blockchain transmitting cryptocurrencies.

Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
STELLAR,
INK,
XLAYER,
AVALANCHE,
DOGECOIN,
SUI,
ROBINHOOD,
BNB
amount
string

The quoted amount to withdraw for which the fee is valid. Specify exactly one of amount or total, otherwise an error is returned.

Pattern: ^[0-9]*\.?[0-9]+$
total
string

Total amount to withdraw, including fees. Specify exactly one of amount or total, otherwise an error is returned.

Pattern: ^[0-9]*\.?[0-9]+$