For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transactions

get

Get a paginated list of all transactions in the specified pool that match the provided filter

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
get/transaction/pool/{pool_id}
get

Fetches a paginated list of user's transactions that match the provided filter

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
get/transaction/user/{pubkey}
get

Paginated list of all transactions that match the provided filter

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

List of swap transactions for specific collections

Query parameters
token0stringRequired
token1stringRequired
statusstring · enum · nullableOptional

Optional status filter; defaults to processed when not provided

Possible values:
rollbackStatusstring · enum · nullableOptional

Optional rollback status filter

Possible values:
cursorstring · nullableOptional
limitinteger · nullableOptional
Responses
200

Paginated list of transactions

application/json
nextCursorstring · nullableOptional
get/transaction/swaps
200

Paginated list of transactions

Last updated