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
Optional field to specify the crypto destination address to update. Only one of (id) or (network, address) must be specified.
A CryptoNetwork is a blockchain transmitting cryptocurrencies.
BITCOIN
, ETHEREUM
, BITCOIN_CASH
, LITECOIN
, SOLANA
, POLYGON_POS
, BASE
, ARBITRUM_ONE
, INK
Specify the address of the crypto destination address to create/update. Only one of (id) or (network, address) must be specified.
Optional field to update the nickname of the crypto destination address. Defaults to an auto-generated nickname if not specified on creation.
Optional field to update the bookmarked status of the crypto destination address. Defaults to false if not specified on creation.
Response
A successful response.
{
"id": "31f20a34-c1eb-4c86-adad-1e46bc271e1a",
"crypto_network": "ETHEREUM",
"address": "0xe4B0aCA9FB669817775274775b20e52118595515",
"nickname": "my_new_address",
"status": "APPROVED",
"created_at": "2024-01-01T00:00:00Z",
"bookmarked": true
}