Skip to main content
GET
/
ramp
/
order
/
{order_id}
Get order details
curl --request GET \
  --url https://api.etherfuse.com/ramp/order/{order_id} \
  --header 'Authorization: <api-key>'
{
  "orderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z",
  "completedAt": "2023-11-07T05:31:56Z",
  "amountInFiat": 123,
  "amountInTokens": 123,
  "confirmedTxSignature": "<string>",
  "walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "bankAccountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "burnTransaction": "<string>",
  "memo": "<string>",
  "depositClabe": "<string>",
  "orderType": "onramp",
  "optionalPayerAccount": "<string>",
  "status": "created",
  "statusPage": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

order_id
string<uuid>
required

ID of the order to retrieve

Response

Order details retrieved successfully

orderId
string<uuid>

Unique identifier for the order

customerId
string<uuid>

ID of the customer who placed the order

createdAt
string<date-time>

Timestamp when the order was created

updatedAt
string<date-time>

Timestamp when the order was last updated

deletedAt
string<date-time> | null

Timestamp when the order was deleted (if applicable)

completedAt
string<date-time> | null

Timestamp when the order was completed

amountInFiat
number

Amount in fiat currency

amountInTokens
number | null

Amount in crypto tokens

confirmedTxSignature
string | null

Confirmed transaction signature

walletId
string<uuid>

ID of the wallet used for the order

bankAccountId
string<uuid>

ID of the bank account used for the order

burnTransaction
string | null

Burn transaction details

memo
string | null

Optional memo for the order

depositClabe
string | null

Deposit CLABE number

orderType
enum<string>

Type of the order

Available options:
onramp,
offramp
optionalPayerAccount
string | null

Optional payer account for the order fees

status
enum<string>

Current status of the order

Available options:
created,
funded,
completed,
failed
statusPage
string<uri>

URL to the order status page