GET
/
transfer
curl --request GET \
  --url https://staging-api.getpartna.com/v4/transfer \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "data": [
    {
      "amount": 10,
      "currency": "USD",
      "fromAccount": "credit",
      "fromUser": "admin",
      "status": "completed",
      "timestamp": 1734355800,
      "toAccount": "user1",
      "toUser": "user1",
      "transactionReference": "abcdef2234567890abcdef1234567867",
      "transactionType": "Admin Credit"
    }
  ],
  "message": "success"
}

Authorizations

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

Query Parameters

accountName
string
required
transactionReference
string
limit
string

Limit the number of records returned. Must be greater that 0

unixStartDate
string

Unix timestamp in seconds. Must be less than UnixEndDate

unixEndDate
string

Unix timestamp in seconds. Must be greater than UnixStartDate

currency
enum<string>

currency

Available options:
NGN,
GHS,
USD,
BTC,
ETH,
BNB

Response

200 - application/json
Get transfer success
data
object[]
message
string