Skip to main content
POST
Create Deposit Address
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
profile_id
string
required

The target profile for deposit crediting.

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
identity_id
string

The Paxos Identity associated with this deposit address.

ref_id
string

Client-specified ID for replay protection and lookup.

metadata
object

Optional client-specified metadata, which will be added to both the deposit address itself and transfers to the created address. Up to 6 key/value pairs may be provided. Each key and value must be less than or equal to 100 characters.

account_id
string

The Paxos Account associated with this deposit address.

conversion_target_asset
enum<string>

Asset to credit for deposits of Paxos-minted USD stablecoin.

Available options:
NO_CONVERSION,
USD

Response

A successful response.

id
string
required

The UUID of the deposit address.

profile_id
string
required

The ID of the profile that will be credited when a deposit arrives with this address.

customer_id
string
required

The Paxos Customer to which the profile belongs.

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
address
string
required

The crypto address to send to for deposits.

conversion_target_asset
enum<string>
required

Asset to credit for deposits of Paxos-minted USD stablecoin.

Available options:
NO_CONVERSION,
USD
created_at
string<date-time>
required

The time at which this address was created.

identity_id
string

The Identity of the end user who will make deposits to this address.

ref_id
string

Client-specified ID for replay protection and lookup.

metadata
object

Optional client-specified metadata, which is set on deposit address creation. Up to 6 key/value pairs may be returned. Each key and value must be less than or equal to 100 characters.

account_id
string

The Account associated to the identity of the user that will be linked to the created address.

compatible_crypto_networks
enum<string>[]

List of networks compatible with the created address. Any of these networks can be used to deposit to the address.

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