Skip to main content
GET
/
v1
/
transactions
List Transactions
curl --request GET \
  --url https://api.fragapi.com/v1/transactions/ \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ],
  "pagination": {
    "totalCount": 123,
    "maxPage": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Category Reference

Categories describe the economic classification of a transaction event.
Some category values use spaces instead of underscores (e.g., INTERCOMPANY TRANSFER, CLAIM REWARD). Always reference the exact values below.
CategoryDescription
DEPOSITInbound receipt of funds
WITHDRAWALOutbound transfer of funds
SWAPExchange of one asset for another
BRIDGECross-chain transfer
INTERCOMPANY TRANSFERTransfer between legal entities
INTERNAL TRANSFERTransfer within the same legal entity
FEENetwork gas, exchange, or service fee
MINTINGCreation of new tokens
STAKING_REWARDYield from staking
INVOICEPayment received against a customer invoice
BILLPayment against a vendor bill
CLAIM REWARDProtocol or ecosystem reward claim
BORROWBorrowing event
REPAYMENTLoan repayment
RESERVES CHANGETreasury reserves adjustment
REALIZED_PNLRealized profit or loss
NFTNFT mint, sale, or transfer
SPAMSpam/airdrop (auto-hides from accounting)
UNKNOWNUnclassified, pending review

Authorizations

Authorization
string
header
required

User session scheme

Query Parameters

page
integer
default:1

Page number, defaults to 1.

limit
integer
default:10

Limit of items in a page, defaults to 10. Maximum is 100.

Response

Successful Response

items
Transaction · object[]
required
pagination
Pagination · object
required