Skip to main content
GET
/
api
/
v1
/
account
/
crypto-payouts
/
{oid}
Get crypto payout order details
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/crypto-payouts/{oid} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2025-01-15T10:30:00.000Z",
  "destination": {
    "currency": "CURRENCY",
    "amount": 1000
  },
  "displayType": "Crypto Pay Out",
  "failedAt": "2025-01-15T10:35:00.000Z",
  "fee": {
    "currency": "CURRENCY",
    "amount": 1000
  },
  "fx": {
    "pair": "CURRENCY/CURRENCY",
    "rate": 1.08,
    "timestamp": "2025-01-15T10:30:00.000Z"
  },
  "id": "f6a7b8c9-d0e1-4f2a-3b4c-5d6e7f8a9b0c",
  "origin": {
    "currency": "CURRENCY",
    "amount": 1000
  },
  "recipient": {
    "address": "41453196840881978364684601463897081767828327403",
    "currency": "USDT",
    "network": "SOLANA",
    "amount": 123
  },
  "reference": "CRYPTO-PAY-5-001234",
  "sender": {
    "accountId": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
  },
  "settledAt": "2025-01-15T10:35:00.000Z",
  "state": "SETTLED",
  "type": "CRYPTO_PAY_OUT",
  "updatedAt": "2025-01-15T10:30:05.000Z"
}

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

oid
string
required

Crypto Payout Order ID

Response

OK

createdAt
string
Example:

"2025-01-15T10:30:00.000Z"

destination
object
displayType
string
Example:

"Crypto Pay Out"

failedAt
string
Example:

"2025-01-15T10:35:00.000Z"

fee
object
fx
object
id
string
Example:

"f6a7b8c9-d0e1-4f2a-3b4c-5d6e7f8a9b0c"

origin
object
recipient
object
reference
string
Example:

"CRYPTO-PAY-5-001234"

sender
object
settledAt
string
Example:

"2025-01-15T10:35:00.000Z"

state
string
Example:

"SETTLED"

type
string
Example:

"CRYPTO_PAY_OUT"

updatedAt
string
Example:

"2025-01-15T10:30:05.000Z"