- v2 API: Add new Stablecoin Conversion API that allows for guaranteed 1:1 conversions between USD and Paxos-issued stablecoins. The Conversions API currently supports USD:USDP and USD:PYUSD pairs.
- Docs: Add Stablecoin Conversion guide to Paxos Documentation.
Changelog
Keep up to date with Paxos Platform changes.
We deploy new features, fix bugs, and update the documentation on a regular basis. Use this record to review recent and upcoming changes to the Paxos Platform, including breaking changes.
Breaking Changes
- v1 API End of Life Notification: No earlier than November 30, 2024, we are sunsetting the Paxos v1 APIs. This change ensures all Paxos customers are using supported APIs. Customers can begin migrating as most functionality available via the v1 APIs is already available in Paxos v2 APIs. The remaining gaps will be closed by mid Q3, 2024. We recommend you test your integrations in Sandbox during the testing window. See Migrating from v1 to v2 API.
October 18, 2023
- v2 API: Enable HRQ users to trade and retrieve PAX Gold (PAXG) using the Quote Executions and Quotes endpoints.
August 22, 2023
- Docs: Add search functionality to Paxos Documentation.
August 21, 2023
- v2 API: Enable HRQ users to buy and sell PYUSD using the Create Quote Execution endpoint. Allow all HRQ users to retrieve PYUSD using the List Quotes endpoint.
- v2 API: Add PYUSD to the List Historical Prices endpoint.
- v1 API: Enable PYUSD withdrawal. All PYUSD withdrawals debit USD balance only. Enable USD deposit auto-conversion to PYUSD withdrawal.
- v2 API: Enable PYUSD withdrawals using the Transfers API with the option to debit USD balance. Add values
asset=PYUSD
andbalance_asset=USD
to the Create Crypto Withdrawal request. - Wallet UI: Enable PYUSD withdrawals. All PYUSD withdrawals debit USD balance only. Enable USD deposit Auto-Transfer to PYUSD withdrawal.
- Docs: Add sourcing and implementation information to the Paxos Documentation.
August 10, 2023
- v2 API: Add
assets=PYUSD
query parameter to List Profile Balances. Addasset=PYUSD
path parameter to Get Profile Balances. Add”asset”: “PYUSD”
to Create Sandbox Deposit request body schema. AddPYUSD
to propertiesbase_asset
,quote_asset
,commission_asset
andrebate_asset
for the List Executions, List Quotes, List Quote Executions, Create Quote Execution and Get Quote Execution endpoints. About PYUSD.
July 21, 2023
- Docs: Add Held Rate Quotes Quickstart guide, Ledgering Strategy and Orders & Quotes FAQ best practice guides.
July 11, 2023
- V2 API: Add a default of 100 results to the
limit
query parameter and restrict the maximum page limit to 1,000 for the Paxos v2 API List Deposit Addresses service. Learn more.
June 23, 2023
- v1 API: Add new schema
IntrabankDepositInstructions
and new fieldPaxosBankAccount
to theGetProfileDepositInstructions
endpoint.IntrabankDepositInstructions
includes fieldsmemo_id
,beneficiary_name
account_number
, andtype
.PaxosBankAccount:intrabank
is a genericIntrabankDepositInstructions
that populates whenever any of the otherintrabank
type fields (for example,cbit
) are populated (the respective existing fields will also be populated and supported). Futureintrabank
networks will be contained inintrabank
only.
June 13, 2023
- v1 API:
CreateBankAccount
endpoint andCustomerBankAccount
schema have a new optional field:IntrabankWithdrawalInstructions
.- This generalizes the existing intrabank withdrawal instructions into a single field. Clients may specify the new
IntrabankWithdrawalInstructions
(which consist ofbeneficiary_name
,account_number
, andCustomerBankAccount.Type
) as an alternative to existing network-specific intrabank details (account_number
can be a wallet address for networks like CBIT). CustomerBankAccount
will fill inIntrabankWithdrawalInstructions
IN ADDITION TO the existing intrabank withdrawal instructions in responses. Future intrabank networks will only be supported viaIntrabankWithdrawalInstructions
(as opposed to their own field). The Type field onIntrabankWithdrawalInstructions
will differentiate the network types.- Existing network-specific instructions are deprecated, but will continue to work.
- This generalizes the existing intrabank withdrawal instructions into a single field. Clients may specify the new
June 12, 2023
- Docs: Add FIX overview, onboarding, certification and best practices documentation.
May 24, 2023
- v2 API: Add error code
MARKET_CONDITIONS_PREVENTED_EXECUTION
to Create Order response. - FIX: Add additional detailed failure reason (tag 58)
Market conditions have invalidated this order
.
May 19, 2023
- Docs: Enable RSS, Atom and JSON feeds for the Paxos Changelog.
May 9, 2023
- v1 API, v2 API, Wallet UI: SOL is now a supported asset for crypto deposits.
April 26, 2023
- Breaking Change: itBit REST API End of Life Notification: Paxos will discontinue service for all itBit REST Production and Sandbox APIs. See Migrating from itBit (v1) to Paxos (v2) API.
April 21, 2023
- v2 API: Add parameter
recipient_profile_id
to Create Quote Execution.
April 18, 2023
- Docs: Add new parameter precisions to Orders, Precision and Rounding best practice guide.
April 14, 2023
- Docs: Add crypto brokerage and stablecoin and overview pages. Add Crypto Brokerage Orders, Precision and Rounding best practice guide.
April 12, 2023
v2 API: Add value PROVE
to parameter person_details.passthrough_verifier_type
on Create Identity and Update Identity request and response for the v2 REST API. Add value PROVE
to parameter person_details.passthrough_verifier_type
on List Identities and Get Identity response.
March 14, 2023
- WebSocket Add WebSocket documentation, including a quickstart and API reference.
March 2, 2023
- v1 API: Disable
wiredeposit instructions for Silvergate. BothGetProfileDepositInstructions
andGetCryptoAddressAutoconversionInstructions
now returnno longer return SEN Deposit Instructions nor Silvergate wire deposit instructions. These endpoints still return SigNet Deposit Instructions and memo IDs.NULL
- v1 API: Deprecate
CreateSenWithdrawal
. The endpoint now returns403 error - Forbidden
.
February 23, 2023
- Add value
FIS
to parameterperson_details.passthrough_verifier_type
on Create Identity and Update Identity request and response for the v2 REST API. Add valueFIS
to parameterperson_details.passthrough_verifier_type
on List Identities and Get Identity response. - Paxos Retail UI: Reduce Market Order maximum size for BTC and ETH to $25,000. Does not apply to API initiated orders.
February 22, 2023
- Breaking Change: Require
crypto_network
on all requests to the Create Crypto Withdrawal v2 API endpoint. Production go-live February 22, 2023.
February 15, 2023
- Sandbox: Require
crypto_network
on all requests to the Create Crypto Withdrawal and Create Sandbox Deposit v2 API endpoints. Learn more.
February 14, 2023
- Production: Return a
500
error only when all requestedmarkets
fail to be retrieved for the v2 REST API List Prices service. Any single market that failed to be retrieved is excluded from the response.
February 13, 2023
Production: Return a500
error only when all requestedmarkets
fail to be retrieved for the v2 REST API List Prices service. Any single market that failed to be retrieved is excluded from the response.
February 10, 2023
- Ensure results match filtering criteria when viewing paginated results for v2 REST API endpoints List Transfers and List Deposit Addresses.
February 9, 2023
- Enable statuses
TIN_VERIFICATION_VALID
,TIN_VERIFICATION_ERROR
andTIN_VERIFICATION_PENDING
for parametertin_verification_status
on all Identity v2 REST APIs. The new statuses apply to US-based users and are returned only whentax_details
exist.
February 7, 2023
- Sandbox: Return a
500
error only when all requestedmarkets
fail to be retrieved for the v2 REST API List Prices service. Any single market that failed to be retrieved is excluded from the response. - Improve Request samples dropdown UI when multiple examples exist in the v2 REST API Reference Docs.