Skip to main content
POST
https://api.0xkey.io
/
public
/
v1
/
query
/
get_onramp_transaction_status
Get On Ramp transaction status
curl --request POST \
  --url https://api.0xkey.io/public/v1/query/get_onramp_transaction_status \
  --header 'Content-Type: application/json' \
  --header 'X-Stamp: <api-key>' \
  --data '
{
  "organizationId": "<string>",
  "transactionId": "<string>"
}
'
{
  "transactionStatus": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Stamp
string
header
required

Body

application/json
organizationId
string
required

Unique identifier for a given organization.

transactionId
string
required

The unique identifier for the fiat on ramp transaction.

refresh
boolean

Optional flag to specify if the transaction status should be refreshed from the fiat on ramp provider. Default = false.

Response

A successful response.

transactionStatus
string
required

The status of the fiat on ramp transaction.