Skip to main content

Wallet Transactions

  • Method: GET
  • URL: https://api.tokportal.com/wallet-transactions?limit=<n>&offset=<n>
  • Auth: X-API-Key

Example:

curl -s -H "X-API-Key: $API_KEY" "https://api.tokportal.com/wallet-transactions?limit=50&offset=0"

Response:

{ "transactions": [ { "id": "...", "amount": 10, "tx_type": "topup" } ] }