Skip to main content
GET
Get Trade History

Authorizations

x-api-key
string
header
required

Your LaserSell API key. Obtain one from the LaserSell dashboard.

Query Parameters

limit
integer
default:50

Maximum number of trades to return (capped at 200).

Required range: x <= 200
Example:

20

offset
integer
default:0

Number of trades to skip for pagination.

Example:

0

mint
string

Filter results to a specific token mint address (base58).

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

wallet
string

Filter results to a specific wallet public key (base58).

Example:

"9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM"

Response

Trade history page.

trades
object[]
required

Array of trade records, ordered by most recent first.

total
integer | null

Estimated total number of matching trades for pagination.

Example:

42