List all Transactions

List all Transactions

get

This endpoint allows you to retrieve a paginated list of all your Transactions. By default, a maximum of ten Trnasactions are shown per page.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Returns a paginated list of Transactions

application/json
pagenumberRequired

Page number

Example: 1
limitnumberRequired

Number per page

Example: 10
totalPagesnumberRequired

Total number of pages

Example: 1
totalResultsnumberRequired

Total number of results

Example: 1
get
/v2/transactions

Example

curl --location --request GET 'https://dev.underdogprotocol.com/v2/transactions' \
--header 'Authorization: Bearer {token}'

Last updated