Create a smart deposit address for a user.
Smart Deposit Routing
Create a smart deposit address for a user.
Returns the smart deposit address for a given user, vault, input token, and chain.
POST
Create a smart deposit address for a user.
Documentation Index
Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: pxl_<public_id>_
Body
application/json
Address of end user who we are depositing funds on behalf of
Example:
"0x0000000000000000000000000000000000000123"
Vault contract address
Example:
"0x1234567890abcdef1234567890abcdef12345678"
Underlying token address to deposit into the vault
Example:
"0xf08a50178dfcde18524640ea6618a1f965821715"
Chain ID where the vault exists
Example:
1
Response
Smart Deposit address
The smart deposit address for the given user
Example:
"0xabcdef1234567890abcdef1234567890abcdef12"