v1
latestOpenAPI 3.0.02026-07-26117342409.6 KBDeposit Addresses
Create Deposit Address
Create a deposit address on a blockchain network for depositing to a profile.
Important for Stellar Network (PYUSD):
When creating a deposit address for PYUSD on the Stellar network:
- Paxos automatically handles all necessary setup including trustline establishment
- The deposit address is immediately ready to receive PYUSD tokens
- No additional configuration is required by the user
- The PYUSD issuer address on Stellar mainnet is: GDQE7IXJ4HUHV6RQHIUPRJSEZE4DRS5WY577O2FY6YQ5LVWZ7JZTU2V5
- The PYUSD asset code is: PYUSD
post/transfer/deposit-addresses
Request body
Example request
{
"profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"crypto_network": "ETHEREUM",
"identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264",
"ref_id": "deposit_address_0",
"metadata": {
"my_id": "4024ee50-eefb-4f2e-85c7-e7899c0b7da5"
}
}Response
A successful response.
Example response
{
"id": "34bd61ed-cf0a-4012-8be4-d347667b6154",
"profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339",
"identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264",
"ref_id": "deposit_address_0",
"crypto_network": "ETHEREUM",
"address": "0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7",
"conversion_target_asset": "USD",
"compatible_crypto_networks": [
"ETHEREUM"
],
"metadata": {
"my_id": "4024ee50-eefb-4f2e-85c7-e7899c0b7da5"
},
"created_at": "2020-01-17T18:36:08.737Z"
}