Dashboard API
API for pulling your transactions from Poko dashboard
Endpoint
Staging: https://stg.api.onramp.pokoapp.xyz/api/public/dashboard/transactions
Production: https://api.onramp.pokoapp.xyz/api/public/dashboard/transactions
Making request
Method: GET
Header: attach your API_SECRET_KEY into this key
x-api-secret
Params
skip: for pagination, the number of records to ignore
take: for pagination, the number of records expected to get (max value is 50)
from_date: query all records from a specific date (example:
2023-05-23T07:10:36.822Z
)
Example code
Response
transactions: list of transactions
total: number of records returned (for pagination)
skip: number of records have been ignored (for pagination)
Example response
Last updated