Skip to main content
GET
/
transactions
/
{id}
cURL
curl --request GET \
  --url https://sandbox.onconsul.com/v1/transactions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "failure_reason": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.onconsul.com/llms.txt

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

Retrieve full details of a single transaction, including fee breakdown, fiat or crypto transfer instructions, and on-chain transaction hashes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OK

created_at
string<date-time>
required
id
string
required
status
enum<string>
required
Available options:
queued,
awaiting_transfer,
processing,
completed,
failed,
cancelled,
expired,
pending_claim
type
enum<string>
required
Available options:
deposit,
withdrawal,
payout,
inbound_transfer
failure_reason
string