Skip to main content
POST
transactions - Send balance to another user via ripio_tag

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 transfer as a decimal string. Up to 8 decimal places.

Example:

"1.0014"

currency
string
required

Currency ticker to transfer (e.g. "ARS", "USDT", "BTC").

Example:

"USDT"

gateway_data
object
required

Internal transfer data.

Response

Internal transfer completed successfully.

error_code
string
message
string
data
object

Transaction object returned by creation endpoints (withdrawal, send). Uses the v3 TransactionOutputSerializer format, which differs from the list/detail format (GatewayTransaction).