public.offramps

Get Offramp

Retrieves a specific offramp by ID for the authenticated merchant

get/v1/offramps/{id}

Path parameters

idstring required

Offramp ID (UUID format)

Response

OK

addressstring
assetstring
chainstring
created_atstring
customer_idstring
idstring
statusstring
type'TEMPORARY' | 'PERMANENT'
updated_atstring

Example response

{
  "developer_fee": {
    "percentage": "1.5"
  },
  "settlement": {
    "destination_bank": {
      "account_name": "Jane Doe",
      "account_number": "0123456789",
      "bank_code": "058"
    }
  },
  "type": "PERMANENT"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.