How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Paxos Fiat Transfers API

The Fiat Transfers API allows clients to deposit and withdraw fiat via the following Fiat Networks: Wire (Fedwire and SWIFT) and CUBIX. The supported asset is USD.The full set of Fiat Transfers API endpoints is:- For Deposits: - [Create Fiat Deposit Instructions](#operation/CreateFiatDepositInstructions) - [List Fiat Deposit Instructions](#operation/ListFiatDepositInstructions) - [Get Fiat Deposit Instructions](#operation/GetFiatDepositInstructions)- For Withdrawals: - [Create Fiat Account](#operation/CreateFiatAccount) - [List Fiat Accounts](#operation/ListFiatAccounts) - [Get Fiat Account](#operation/GetFiatAccount) - [Delete Fiat Account](#operation/DeleteFiatAccount) - [Update Fiat Account](#operation/UpdateFiatAccount) - [Create Fiat Withdrawal](#operation/CreateFiatWithdrawal)

Paxos Fiat Transfers API is one of 43 APIs that Paxos publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Fiat Transfers. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 5 paths, and defines 43 schemas. It is described by OpenAPI 3.0.0, at version 2.0.

Requests are made against 2 base URLs: https://api.paxos.com/v2, https://api.sandbox.paxos.com/v2.

9 operations 5 paths 43 schemas 1 DELETE4 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0
Base URL
https://api.paxos.com/v2
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Paxos Fiat Transfers API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 36 scopes.

  • OAuth2 — Paxos APIs use [OAuth 2](https://tools.ietf.org/html/rfc6749) with the [client credentials](https://tools.ietf.org/html/rfc6749section-4.4) grant flow. Token U…

Paths & Operations 9

Across 5 paths, the API surfaces 9 operations — 1 DELETE, 4 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Fiat Transfers 9

The Fiat Transfers API allows clients to deposit and withdraw fiat via the following Fiat Networks: Wire (Fedwire and SWIFT) and CUBIX. The supported asset is USD. The full set of…

GET
/transfer/fiat-accounts
List Fiat Accounts
ListFiatAccounts 12 params → 200
POST
/transfer/fiat-accounts
Create Fiat Account
CreateFiatAccount body → 200400403404
GET
/transfer/fiat-accounts/{id}
Get Fiat Account
GetFiatAccount 2 params → 200
DELETE
/transfer/fiat-accounts/{id}
Delete Fiat Account
DeleteFiatAccount 1 param → 200400404
PUT
/transfer/fiat-accounts/{id}
Update Fiat Account
UpdateFiatAccount 1 param body → 200400403404
GET
/transfer/fiat-deposit-instructions
List Fiat Deposit Instructions
ListFiatDepositInstructions 10 params → 200400404
POST
/transfer/fiat-deposit-instructions
Create Fiat Deposit Instructions
CreateFiatDepositInstructions body → 200400404
GET
/transfer/fiat-deposit-instructions/{id}
Get Fiat Deposit Instructions
GetFiatDepositInstructions 1 param → 200400404
POST
/transfer/fiat-withdrawals
Create Fiat Withdrawal
CreateFiatWithdrawal body → 200400404403409

Schemas 43

The contract defines 43 schemas that model the data the API accepts and returns. The most detailed are Transfer (28 properties), FiatDepositInstructions (11 properties), FiatAccount (10 properties), CreateFiatWithdrawalRequest (10 properties). Each schema is shown below with its type and property counts.

CreateFiatAccountRequest
object
6 properties 2 required
FiatNetworkInstructionsCubix
object
1 property 1 required
FiatNetworkInstructionsWireRoutingDetails
object
4 properties 4 required
ListFiatDepositInstructionsResponse
object
2 properties
FiatNetworkInstructionsWire
object
4 properties 3 required
FiatNetworkInstructions
object
6 properties
FiatAccountOwner
object
2 properties
CryptoNetwork
string
A CryptoNetwork is a blockchain transmitting cryptocurrencies.
FiatWireAccountType
string
FiatNetworkInstructionsCbit
object
1 property 1 required
FiatAccountOwnerPersonDetails
object
2 properties 2 required
UpdateFiatNetworkInstructionsUpdateWire
object
3 properties
AutoConversion
object
2 properties
TransferDirection
string
Direction of the transfer.
FiatAccountOwnerInstitutionDetails
object
1 property 1 required
CreateFiatDepositInstructionsRequest
object
7 properties 2 required
InvalidDestinationAddress
object
InvalidDestinationAddress represents a transfer cancelled because the destination address cannot receive the requested asset (e.g. it is a token account for a…
2 properties
FiatNetworkInstructionsRtpRoutingDetails
object
3 properties 1 required
FiatAccount
object
10 properties 4 required
MaxRentExceeded
object
MaxRentExceeded represents a failed transfer that was flagged for system abuse. When a withdrawal's rent calculation for the destination account exceeds the ma…
2 properties
Transfer
object
28 properties 12 required
UpdateFiatAccountRequestUpdateFiatNetworkInstructions
object
1 property
TransferStatusDetails
object
TransferStatusDetails provides additional information about why a transfer is in its current state. This field is only populated when a transfer encounters spe…
5 properties
FiatNetworkInstructionsRtp
object
3 properties 2 required
FiatNetworkInstructionsScb
object
1 property 1 required
SecondaryStatusName
string
Identifier for secondary status. - TRAVELRULEINFOREQUESTED: Travel rule information is required to continue processing the transfer. - TRAVELRULEREJECTED: Tran…
FiatDepositInstructions
object
11 properties 7 required
FiatNetworkInstructionsDbsAct
object
1 property 1 required
MissingTrustline
object
MissingTrustline represents a failed transfer where the destination account lacks the required asset trustline.
3 properties
FiatAccountStatus
string
ListFiatAccountsResponse
object
2 properties
Problem
object
5 properties
UpdateWireUpdateRoutingDetails
object
2 properties
FiatDepositInstructionsStatus
string
StaleFeeQuote
object
StaleFeeQuote represents a transfer cancelled because on-chain state changed after the fee was quoted.
1 property
TransferType
string
Type of transfer.
MailingAddress
object
A mailing address.
6 properties 1 required
FiatNetwork
string
CreateFiatWithdrawalRequest
object
10 properties 3 required
PendingCustomerApproval
object
PendingCustomerApproval represents that this resource is awaiting customer approval.
1 property
TransferStatus
string
TransferPublicUpdateFiatAccountBody
object
3 properties
SecondaryStatus
object
Secondary status for the transfer, used for more granular explanation of the transfer status.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

paxos-fiat-transfers-api-openapi.yml Raw ↑

Other APIs Paxos publishes across the network.

Paxos Account Members API
Paxos Accounts API
Paxos Address Verification API
Paxos API Credentials API
Paxos Claims API
Paxos Crypto Deposits API
Paxos Crypto Withdrawals API
Paxos Deposit Addresses API
Paxos Events API
Paxos ExchangePublic API
Paxos Fees API
Paxos Identity API
Where this information came from

This is an independent, third-party profile of Paxos Fiat Transfers API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.