- Docs, v2 API: Enable USDG on Ethereum. Add USDG docs.
- Docs, v2 API: Enable support for CUBIX API and update docs for Transfers and Fiat Transfers. All users of the Customers Bank integrations must start using CUBIX by November 11, 2024. See the CUBIX API migration guide.
42 Updates tagged with "v2 API"
View All TagsOctober 16, 2024
- v2 API: Add
DBS_ACT
to Fiat Network Instructions.
October 2, 2024
- v2 API: Add optional
crypto_tx_hashes
filter to the List Transfers endpoint. - v2 API: Add the following document types to Identity Documents APIs:
AML_DOCUMENTS
,FUND_STRUCTURE_CHART
,FUND_MANAGER_REGISTRATION
,MEMORANDUM_OF_ASSOCIATION
,ORGANIZATIONAL_CHART
,FOUNDATION_BY_LAWS
,APPOINTMENT_OF_GUARDIAN_EVIDENCE
,LEGAL_DOMICILE_OF_BENEFICIAL_OWNERS
,GOVERNING_BODY_MEMBER_NAMES
.
September 25, 2024
- v2 API: Add three new optional fields to the
customer_due_diligence
object of the Identity API (Create Identity and Update Identity). - v2 API: Add new ENUM value
GOVERNMENT_BENEFITS
to thecustomer_due_diligence
object fieldsource_of_funds
in the Identity API (Create Identity and Update Identity).
September 19, 2024
- v2 API: Add
is_merchant
field to the Identity API (Update Identity, Get Identity, List Identities).
September 16, 2024
- v2 API: Updated rate limit on Identity API from 50 to 10 requests per second.
August 27, 2024
- Docs, v2 API: Add new Settlement APIs which allow for atomic one-way or two-way transfers across Paxos accounts. Also added Settlement integration guide.
June 26, 2024
- v2 API: All
metadata
specified when creating a crypto deposit address is now inherited by deposit activities.
May 29, 2024
- Docs, v2 API: Enable PYUSD on Solana. Update PYUSD docs with mainnet and testnet addresses.
May 14, 2024
- v2 API: Add optional
is_merchant
boolean field to the Create Identity request body and the List Identities, Create Identity, Get Identity and Update Identity responses.
April 12, 2024
- v2 API: Add new attribute
compatible_crypto_networks
to the Create Deposit Address and List Deposit Addresses API responses. This field contains the compatible networks with the created or already existing deposit address.
March 3, 2024
- v2 API: Add Insufficient Funds 403 error response to Create Fiat Withdrawal endpoint.
February 16, 2024
- Docs, v2 API: Add Fiat Transfers integration guide to Paxos Documentation and update reference docs.
January 26, 2024
- v2 API: Add new Fiat Transfer APIs which allow for automatic funding and withdrawal of fiat in a Paxos account.
January 24, 2024
- Docs, v2 API: Publish Production version of Fiat Transfers reference documentation.
January 23, 2024
- v1 API, v2 API: Update REST Transfer API Rate Limit to 20 requests per second.
/v1/transfers/peer
/v1/transfers/profile
/v1/crypto-withdrawals
/v2/transfer/internal
/v2/transfer/crypto-withdrawals
January 17, 2024
- v1 API, v2 API: The
address1
,city
andprovince
fields are no longer explicitly marked as required in theMailingAddress
object. The v1 API CreateBankAccount endpoint and the v2 API Create Fiat Account and Update Fiat Account endpoints will continue to validate these fields if they exist.
December 15, 2023
- Sandbox: PYUSD trading pairs are available in the Sandbox environment for REST and FIX users. All relevant endpoints support PYUSD-based trading pairs (for example, BTC:PYUSD and ETH:PYUSD among other). Contact Support for details.
December 13, 2023
- v2 API: Add optional field
self_match_prevention_id
to Create Order. This field is used to prevent matching against an opposite side order submitted by the same Crypto Brokerage customer. If this field is not submitted, an order that matches against another order submitted by the same customer will cancel the original resting order.
November 15, 2023
v2 API: The List Tickers v2 API service has reached End of Life. Requests now return a 404 Error. All integrations must use Get Ticker or List Prices. The migration guide provides additional information.
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.
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.
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 9, 2023
- v1 API, v2 API, Wallet UI: SOL is now a supported asset for crypto deposits.
April 21, 2023
- v2 API: Add parameter
recipient_profile_id
to Create Quote Execution.