cURL
curl --request GET \ --url https://sandbox.killb.app/api/v2/ramps \ --header 'Authorization: Bearer <token>'
{ "ramps": [ { "id": "<string>", "active": true, "fromCurrency": "MXN", "toCurrency": "MXN", "fromAmount": 123, "toAmount": 123, "quotationId": "<string>", "userId": "<string>", "cashInMethod": "SPEI", "cashOutMethod": "SPEI", "accountId": "<string>", "status": "CREATED", "type": "ON", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "accounts": [ { "id": "<string>", "amount": 123 } ], "isPreFunded": true, "paymentInfo": [ { "network": "<string>", "Bank": "<string>", "Beneficiary": "<string>", "CLABE": "<string>", "concepto": "<string>" } ], "details": "<string>", "transferProof": "<string>", "externalId": "<string>", "isFastPay": true, "documents": [ { "documentType": "<string>", "filePath": "<string>", "uploadedAt": "2023-11-07T05:31:56Z" } ] } ], "totalPage": 123 }
This endpoint is responsible for getting the Ramp list. For more details about this endpoint, see here Ramps
The access token received from the authorization server in the OAuth 2.0 flow.
A unique identifier used to identify your existing user.
Show child attributes