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
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
}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
MXN, COP, USD, USDC, USDT MXN, COP, USDC, USDT, HKD, EUR, USD, PEN SPEI, POLYGON, ERC20, PSE, PRE_FUND, PRE_FUND_POLYGON, PRE_FUND_ERC20, PRE_FUND_SOLANA, PRE_FUND_TRON, PRE_FUND_ARBITRUM, TRANSFIYA, SOLANA, BSC, TRON SPEI, POLYGON, ERC20, PSE, TRANSFIYA, SOLANA, BSC, TRON, WIRE, ACH, CCI, SWIFT CREATED, CASH_IN_REQUEST, CONVERSION_REQUEST, CASH_OUT_REQUEST, CASH_IN_REQUESTED, CONVERSION_REQUESTED, CASH_OUT_REQUESTED, CASH_IN_PENDING, CONVERSION_PENDING, CASH_OUT_PENDING, CASH_IN_PROCESSING, CONVERSION_PROCESSING, CASH_OUT_PROCESSING, CASH_IN_COMPLETED, CONVERSION_COMPLETED, CASH_OUT_COMPLETED, COMPLETED, CANCELED, FAILED, REJECTED, ERROR ON, OFF complement information about a transfer, like: Code error
Proof of transfer, like: TxHash, url, etc.
External id to avoid duplicate ramps