Skip to main content
POST

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.

Body

application/json
amount
string
required

Amount to send as a decimal string.

Example:

"123.32"

currency
string
required

Crypto currency ticker to send.

Example:

"USDT"

address_to
string
required

Destination blockchain address.

Example:

"0x1234567890123456789012345678901234567890"

network_fee
string
required

Network fee as a decimal string. Must be ≥ 0. Obtain the recommended value from the network_fee field in GET /currency-networks/.

Example:

"0.01"

gateway_data
object
required

Gateway-specific data for the crypto send.

source
string

Optional field to indicate funds come from wallet or ripio trade (default is wallet)

Example:

"trade"

Response

Send transaction created successfully.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object
required

Transaction object returned by the transactions list, detail and creation endpoints (GET /transactions/, GET /transactions/{id}/, and the 201 responses of every /transactions/{rail}/{action}/ endpoint). All three surfaces share this exact shape.