Skip to main content
WEBHOOK

Headers

X-Api-Key
string
required

Your API key (configured in credentials)

X-Signature
string
required

HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.

X-Timestamp
string
required

Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.

X-Request-Id
string
required

Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.

Body

application/json
id
string
required

The id field

status
string
required

The status field

fiat_symbol
string
required

The fiat_symbol field

crypto_symbol
string
required

The crypto_symbol field

fiat_amount
number
required

The fiat_amount field

crypto_amount
number
required

The crypto_amount field

payment_method
string
required

The payment_method field

fee_breakup
object
required

Breakdown of fees applied to the transaction.

fee_currency
string
required

The fee_currency field

total_fee
number
required

The total_fee field

deposit_crypto_address
string
required

The deposit_crypto_address field

deposit_network
string
required

The deposit_network field

deposit_tag
string
required

The deposit_tag field

bank_transaction_id
string
required

The bank_transaction_id field

transaction_hash
string
required

The transaction_hash field

destination_instrument_id
string
required

The destination_instrument_id field

refund_wallet_address
string
required

The refund_wallet_address field

refund_network
string
required

The refund_network field

refund_tag
string
required

The refund_tag field

sender_wallet_address
string
required

The sender_wallet_address field

created_at
number
required

The created_at field

updated_at
number
required

The updated_at field

Response

200 - application/json

Successful response