- Docs, v2 API: Enable PYUSD on Solana. Update PYUSD docs with mainnet and testnet addresses.
6 Updates tagged with "Stablecoin"
View All TagsOctober 26, 2023
- Docs: Content updates and fixes.
- Clarify HRQ Quickstart TIP text to state a single Quote Execution default maximum size is $50K USD. Previously the TIP stated $100K USD.
- Update Stablecoin Conversion > Assets to reflect that a conversion uses the lowest maximum precision.
October 25, 2023
- 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.
October 18, 2023
- v2 API: Enable HRQ users to trade and retrieve PAX Gold (PAXG) using the Quote Executions and Quotes endpoints.
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.