Get Offramp Transfer

GET /v0/customers/{customer_id}/offramp-transfer/{transfer_id}

Path

  • /v0/customers/{customer_id}/offramp-transfer/{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 offramp transfer response Content-Type: application/json

Request example

GET /v0/customers/{customer_id}/offramp-transfer/{transfer_id} HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Accept: */*

Response example (200)

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "processing",
  "amount": "100.50",
  "source_token": "usdc",
  "source_network": "polygon",
  "destination_currency": "usd",
  "destination_payment_rails": "ach",
  "transfer_purpose": "charity",
  "destination_bank_account": {
    "bank_name": "text",
    "account_holder_type": "individual",
    "account_holder_first_name": "text",
    "account_holder_last_name": "text",
    "account_holder_business_name": "text",
    "account_holder_address": {
      "country": "US",
      "city": "San Francisco",
      "street_line_1": "580 Howard, Suite PH San Francisco",
      "postal_code": "94105"
    },
    "account_type": "iban",
    "iban": {
      "bic": "text",
      "iban_number": "text"
    }
  },
  "quote": {
    "deposit_network": "polygon",
    "deposit_token": "usdc",
    "deposit_blockchain_address": "0x1234567890abcdef1234567890abcdef12345678",
    "deposit_amount": "100.50",
    "source_amount": "100.50",
    "destination_amount": "98.00",
    "exchange_rate": "0.98",
    "fee_amount": "2.50",
    "deposit_transaction_hash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
  }
}

Last updated 5 months ago

Last updated