Transactions
Partners can fetch the history of transactions associated with their API key.
Last updated
Was this helpful?
Partners can fetch the history of transactions associated with their API key.
Last updated
Was this helpful?
Query results may be truncated. Queries are limited to 100 results. Please see at the bottom of page.
GET
https://partners.liquid.com/api/v1/partner/{public_api_key}/transactions
public_api_key
string
Public API key of the partner.
min_ts
number
Unix millisecond timestamp.
max_ts
number
Unix millisecond timestamp.
status
string
Transaction status.
intent_id
string
Search by Intent.
partner_order_id
string
Searchable 40 character id.
partner_tag
string
Filter for transactions containing a specified tag.
X-Quoine-Auth
string
Signed JWT belonging to the Liquid user account associated with the partner.
Encoded payload must contain:
The selection
object returned in the query contains information about:
How many transactions exist for the given partner (total_*
)
How many transactions are responsive to the given query (range_*
)
How many transactions were actually returned in the payload (payload_*
)
If the payload_count
is less than the range_count
then results are being hidden. A new query should be made again form min_ts={payload_max_ts + 1}
.
Signed JWT.