Noxpay Infra
Get Offramp
GET /v2/offramp/ — retrieve a single offramp transaction by its end2end ID.
Covers templates:
Response
Attributes —
Attributes —
offramp (balance → BRL) and offramp_instant (external crypto deposit → BRL). Fields marked with a template name are only present for that variant.
Path parameters
| Parameter | Description |
|---|---|
id | The end2end identifier (e.g. NOXdef789) |
Response 200 OK
Attributes — offramp
| Field | Type | Description |
|---|---|---|
quote | integer | Effective crypto→BRL exchange rate used |
ref_quote | integer | Mid-market reference rate |
fees | integer | Total fees |
currency_exit | string | Fiat payout currency — always BRL |
currency_entry_paid | string | Crypto asset display name (e.g. USDT (TRX)) |
currency_entry_paid_code | string | Crypto currency code |
amount_paid | float | Crypto amount debited from your balance |
amount_sent | float | BRL amount the payee receives |
pix_key | string | PIX key the BRL was sent to |
pix_key_type | string | PIX key type (cpf, cnpj, email, phone, random) |
pix_e2e | string | PIX end-to-end ID (populated after payout) |
client_name | string | Payee name |
client_tax_id | string | Payee CPF or CNPJ |
expiration | string | Session expiration timestamp (ISO 8601) |
return_url | string | Post-checkout redirect URL |
external_code | string | Merchant reference |
webhook | string | Webhook URL |
Attributes — offramp_instant
| Field | Type | Description |
|---|---|---|
quote | integer | Effective crypto→BRL exchange rate used |
ref_quote | integer | Mid-market reference rate |
fees | integer | Total fees |
currency_payment | string | Crypto currency the payer sends |
currency_received | string | Fiat currency the payee receives |
amount_payment | float | Crypto amount sent by the payer |
amount_received | float | BRL amount the payee receives |
amount_payment_display | string | Formatted display of the crypto amount |
deposit_address | string | Blockchain deposit address the payer must send to |
deposit_currency | string | Currency code for the deposit |
exact_deposit_amount | string | Exact suffixed amount required (must be sent precisely) |
tx_hash | string | On-chain transaction hash of the inbound deposit |
pix_key | string | PIX key the BRL was sent to |
pix_key_type | string | PIX key type (cpf, cnpj, email, phone, random) |
pix_e2e | string | PIX end-to-end ID (populated after payout) |
client_name | string | Payee name |
client_tax_id | string | Payee CPF or CNPJ |
expiration | string | Session expiration timestamp |
return_url | string | Post-checkout redirect URL |
external_code | string | Merchant reference |
webhook | string | Webhook URL |
For
offramp_instant, always display exact_deposit_amount to the payer — not a rounded number. The suffixed amount is how Noxpay identifies which session a deposit belongs to.404 — transaction not found or does not belong to your account.
For all status / substatus values see Offramp statuses.

