Create Managed Deposit Intent
This is the first step in the process of a managed deposit.
Documentation Index
Fetch the complete documentation index at: https://paxos-0ac97319-feat-managed-transfer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
The Paxos ID of the Identity associated with the transfer.
The target Profile of the transfer.
Possible network to accept the deposit on.
A CryptoNetwork is a blockchain transmitting cryptocurrencies.
- STELLAR: @hidden
- XLAYER: @hidden
BITCOIN, ETHEREUM, BITCOIN_CASH, LITECOIN, SOLANA, POLYGON_POS, BASE, ARBITRUM_ONE, STELLAR, INK, XLAYER The token or asset to deposit. E.g. "ETH", "PYUSD".
Response
A successful response.
The ID of the managed deposit intent.
The link token used in initializing the Mesh SDK. See https://docs.meshconnect.com/guides/web-sdk.
The client id used in initializing the Mesh SDK. See https://docs.meshconnect.com/guides/web-sdk.