Transactions
get
Path parameters
pool_idstringRequired
Pool ID in hex format
Query parameters
startDatestring · nullableOptional
endDatestring · nullableOptional
poolIdstring · nullableOptional
Optional pool filter; hex-encoded pool id
token0string · nullableOptional
Optional asset pair filter; provide both tokens to filter by a specific pair
token1string · nullableOptional
cursorstring · nullableOptional
limitinteger · nullableOptional
sortCreatedAtstring · enum · nullableOptionalPossible values:
bitcoinTxStatusstring · nullableOptional
Responses
200
List of transactions
application/json
nextCursorstring · nullableOptional
400
Invalid pubkey format
get/transaction/pool/{pool_id}
get
Path parameters
pubkeystringRequired
User public key in hex format
Query parameters
startDatestring · nullableOptional
endDatestring · nullableOptional
poolIdstring · nullableOptional
Optional pool filter; hex-encoded pool id
token0string · nullableOptional
Optional asset pair filter; provide both tokens to filter by a specific pair
token1string · nullableOptional
cursorstring · nullableOptional
limitinteger · nullableOptional
sortCreatedAtstring · enum · nullableOptionalPossible values:
bitcoinTxStatusstring · nullableOptional
Responses
200
Paginated list of transactions
application/json
nextCursorstring · nullableOptional
400
Invalid pubkey format
get/transaction/user/{pubkey}
get
Query parameters
startDatestring · nullableOptional
endDatestring · nullableOptional
poolIdstring · nullableOptional
Optional pool filter; hex-encoded pool id
token0string · nullableOptional
Optional asset pair filter; provide both tokens to filter by a specific pair
token1string · nullableOptional
cursorstring · nullableOptional
limitinteger · nullableOptional
sortCreatedAtstring · enum · nullableOptionalPossible values:
bitcoinTxStatusstring · nullableOptional
Responses
200
Paginated list of transactions
application/json
nextCursorstring · nullableOptional
get/transaction/all
200
Paginated list of transactions
get
Query parameters
token0stringRequired
token1stringRequired
statusstring · enum · nullableOptionalPossible values:
Optional status filter; defaults to processed when not provided
rollbackStatusstring · enum · nullableOptionalPossible values:
Optional rollback status filter
cursorstring · nullableOptional
limitinteger · nullableOptional
Responses
200
Paginated list of transactions
application/json
nextCursorstring · nullableOptional
get/transaction/swaps
200
Paginated list of transactions
Last updated