v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBNetwork Information
Get all payments by network
Returns a list of payments for the specified network. Supports both traditional pagination and scroll API for large datasets.
post/v1/network/{network}/payments
Path parameters
networkstring required
Query parameters
pagestring
Example:0
Page number "offset"
pageSizestring
Page size
useScrollboolean
Whether to use scroll API for pagination
scrollBatchSizenumber
Batch size for scroll requests
hasMoreboolean
Whether there are more results available (only when useScroll=true)
Array of address parameters
direction'incoming' | 'outgoing'
Direction of payment (incoming, outgoing) default is both
sort'asc' | 'desc'
Sort order (asc, desc)
groupBy'address' | 'entity'
"address" mode or "entity" mode
startTimestring
Start time
endTimestring
End time
sortBy'ti' | 'usd'
Sort By Field
msgTypesstring[]
Array of message types
senderSymbolsstring
sender symbols seperated by comma
Request body
Response
List of payments for the specified network.