Get Onramp Transfer
GET /v0/customers/{customer_id}/onramp-transfer/{transfer_id}
Path
/v0/customers/{customer_id}/onramp-transfer/{transfer_id}
Description: Retrieve a single onramp (cross-chain) transfer for a given customer by transfer ID.
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.
Responses
200 — Get onramp transfer response (application/json)
GET /v0/customers/{customer_id}/onramp-transfer/{transfer_id} HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Accept: */*Example response (200)
Last updated 9 months ago.
Last updated