Get All Onramp Transfers
Authorizations
Api-KeystringRequired
Path parameters
customer_idstringRequired
The unique identifier of the customer
Query parameters
limitinteger · min: 1 · max: 100Optional
Maximum number of records to return
skipintegerOptional
Number of records to skip
Responses
200
Successful retrieval of onramp transfers list
application/json
get/v0/customers/{customer_id}/onramp-transfer
GET /v0/customers/{customer_id}/onramp-transfer HTTP/1.1
Host: api.alignlabs.dev
Api-Key: YOUR_API_KEY
Accept: */*
200
Successful retrieval of onramp transfers list
{
"items": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"amount": "text",
"source_currency": "usd",
"source_rails": "ach",
"destination_network": "polygon",
"destination_token": "usdc",
"destination_address": "text",
"destination_tx_hash": "text",
"quote": {
"deposit_rails": "ach",
"deposit_currency": "usd",
"deposit_bank_account": {
"bank_name": "text",
"bank_address": "text",
"account_beneficiary_type": "individual",
"account_beneficiary_name": "text",
"account_type": "us",
"iban": {
"bic": "text",
"iban_number": "text"
}
},
"deposit_amount": "text",
"deposit_message": "text",
"fee_amount": "text"
},
"received_deposit": {
"remitter": {
"name": "Acme Corp"
},
"payment_reference": "Invoice 4471"
}
}
]
}Last updated
