Migrate from v1 to v2 API
The Paxos v1 APIs have reached End of Life. Access to all Paxos v1 APIs has been removed. This change ensures all Paxos customers are using supported APIs.
Customers should migrate remaining usage from the v1 API as all functionality is now available in Paxos v2 APIs. We recommend you test your integrations in Sandbox before applying the changes to your integration in Production.
To help with the transition, this guide provides suggestions on implementing similar functionality using the Paxos REST API (v2).
If you have any questions, or run into any problems during the migration, contact support@paxos.com to set up a time to discuss your concerns.
Get Started in Sandbox
We recommend you test your integration in the Sandbox environment prior to deploying the changes in production. If not already done so, sign up for a Sandbox account. Then configure API credentials.
v1 API Endpoint | v2 API Endpoint |
---|---|
GetActivities | List Transfers |
GetActivity | Get Transfer |
ListAutoConversions | List Transfers |
ListBankAccounts | List Fiat Accounts |
CreateBankAccount | Create Fiat Account |
GetBankAccount | Get Fiat Account |
ArchiveBankAccount | Delete Fiat Account |
CreateCbitWithdrawal CBIT is no longer supported. Use CUBIX instead. | Create Fiat Withdrawal |
CreateCryptoWithdrawal | Create Crypto Withdrawal |
ListProfiles | List Profiles |
GetProfile | Get Profile |
GetProfileBalances | List Profile Balances |
GetProfileDepositInstructions | Create Deposit Address and Create Fiat Deposit Instructions |
CreateProfileTransfer | Create Internal Transfer |
CreateWireWithdrawal | Create Fiat Withdrawal |
GetCustStatus | Get Identity |
CreatePeerTransfer | Create Paxos Transfer |
If you have any questions, or run into any problems during the migration, contact support@paxos.com to set up a time to discuss your concerns.
Removed Endpoints
The following APIs have been removed as there is no current v2 use case for them.
- ArchiveProfile
- GetCryptoAddress
- CreateCryptoAddress
- CreateSenWithdrawal
- CreateSignetWithdrawal
- CreateIntrabankWithdrawal
- GetBankAccountAutoConversionInstructions
- GetCryptoAddressAutoConversionInstructions
- UpdateCryptoDeposit
- RejectCryptoDeposit