- 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
7 Updates tagged with "v1 API"
View All TagsJanuary 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.
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.
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
May 9, 2023
- v1 API, v2 API, Wallet UI: SOL is now a supported asset for crypto deposits.
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
.