Skip to main content
GET
/
ramp
Get Ramp Requests
curl --request GET \
  --url https://staging-api.getpartna.com/v4/ramp \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "data": {
    "page": 1,
    "perPage": 2,
    "rampRequests": [
      {
        "bankAccountName": "Joseph Asuquo",
        "bankAccountNumber": "1011024053",
        "bankName": "ECOBANK",
        "confirmed": false,
        "createdAt": 1755873600,
        "expireAction": "useCurrentRate",
        "expiredAt": 1755873600,
        "fromAmount": 0.2,
        "fromCurrency": "USDT",
        "fromNetwork": "tron",
        "initialRate": 1674.42,
        "processedRate": 1674.42,
        "rampReference": "f32c3925063447a54905d31305a14da2",
        "status": "completed",
        "toAmount": 334.87,
        "toCurrency": "NGN",
        "toNetwork": "naira",
        "type": "cryptoToFiat"
      },
      {
        "address": "TSNBd8vAqacr5duGWHdLRk4KsT5pUxW7jF",
        "confirmed": false,
        "createdAt": 1755873600,
        "expireAction": "useCurrentRate",
        "expiredAt": 1755873600,
        "fromAmount": 1000,
        "fromCurrency": "NGN",
        "fromNetwork": "naira",
        "initialRate": 0.000597221725,
        "rampReference": "f32c3925063447a54905d31305a14d99",
        "status": "canceled",
        "toAmount": 0.5872,
        "toCurrency": "USDT",
        "toNetwork": "tron",
        "type": "fiatToCrypto"
      }
    ],
    "total": 4
  },
  "message": "success"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Query Parameters

accountName
string
rampReference
string
perPage
string
page
string

Response

get ramp ok

data
object
message
string
I