Complete Offramp Transfer
POST /v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete
Endpoint
Path: /v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete
Method: POST
Path parameters
transfer_id (string · uuid) — Required The unique identifier of the cross-chain transfer
customer_id (string · uuid) — Required The unique identifier of the customer
Header parameters
Authorization (string) — Required Token for authentication
Idempotency-Key (string) — Required Unique key to prevent duplicate requests
Request body (application/json)
deposit_transaction_hash (string) — Required The transaction hash of the deposit transaction
Example request (HTTP)
POST /v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Idempotency-Key: text
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"deposit_transaction_hash": "text"
}Responses
200 — Successful offramp transfer complete response (application/json)
Example response (200)
Last updated