Create a new wire transfer
POST /v2/wires
POST
/v2/wires
Handles all types: on-ramp, off-ramp, and transfers
Request Body required
Section titled “Request Body required ”object
sourceType
required
Type of source asset (fiat or stablecoin)
string
sourceCurrency
required
Currency code of the source
string
sourceAmount
required
Amount to be transferred from source
string
sourceDetails
required
Additional details specific to source type
object
destinationType
required
Type of destination asset (fiat or stablecoin)
string
destinationCurrency
required
Currency code of the destination
string
destinationDetails
required
Additional details specific to destination type
object
reference
Customer reference for the wire
string
notes
Additional notes about the wire
string
Responses
Section titled “ Responses ”Wire transfer created
object
id
required
string
status
required
string
type
required
string
sourceType
required
string
sourceCurrency
required
string
sourceAmount
required
string
sourceDetails
required
object
destinationType
required
string
destinationCurrency
required
string
destinationAmount
string
destinationDetails
required
object
createdAt
required
string format: date-time
updatedAt
string format: date-time
completedAt
string format: date-time
txHashes
Array<string>
externalReferences
Array<string>
reference
string
notes
string
Invalid input data