Data API
1. New Tokens Filter
Path: /market/token/newTokens
Method: GET
Params:
Parameter
Type
Example
Description
marketCapMin
number
1000
The minimum value of the marketCap
marketCapMax
number
2000
The maximum value of the marketCap
tradeVolume24hMin
number
1000
The minimum value of the 24h trade volume
tradeVolume24hMax
number
2000
The maximum value of the 24h trade volume
bondingCurveProgressMin
number
50
The minimum value of the bonding curve progress
bondingCurveProgressMax
number
98
The maximum value of the bonding curve progress
tradeCount24hMin
number
200
The minimum value of the 24h trade count
tradeCount24hMax
number
500
The maximum value of the 24h trade count
buyCount24hMin
number
100
The minimum value of the 24h buy count
buyCount24hMax
number
200
The maximum value of the 24h buy count
sellCount24hMin
number
100
The minimum value of the 24h sell count
sellCount24hMax
number
200
The maximum value of the 24h sell count
liquidityMin
number
20
The minimum value of the liquidity
liquidityMax
number
30
The maximum value of the liquidity
Example
request
https://meme-api.openocean.finance/market/token/newTokens
response
2. Token List
Path: /market/token/tokens
Method: GET
Params:
Parameter
Type
Example
Description
Type
number
1
1: NEW 2: Graduating soon 3: Graduated
Example
request
https://meme-api.openocean.finance/market/token/tokens?Type=2
response
3. Token Detail
Path /market/token/detail
Method: GET
Params:
Parameter
Type
Example
Description
address
string
BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump
token address
Example:
request
https://meme-api.openocean.finance/market/token/detail?address=BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump
response
4. Token Transactions
Path: /market/token/trades
Method: GET
Params:
Parameter
Type
Example
Description
address
string
BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump
token address
Example:
request
https://meme-api.openocean.finance/market/token/trades?address=BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump
response
5. User Transactions
Path /trading/userTrades
Method: GET
Params:
Parameter
Type
Example
Description
address
string
Bw6JTAqXEredtatiCWBxfKreUKd2bqSJiLQX28yvpump
token address
account
string
uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc
user account
Example:
request
https://meme-api.openocean.finance/trading/userTrades?address=Bw6JTAqXEredtatiCWBxfKreUKd2bqSJiLQX28yvpump&account=uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc
response
6. User Positions
Path /trading/userHolds
Method: GET
Params:
Parameter
Type
Example
Description
account
string
uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc
user account
Example:
request
https://meme-api.openocean.finance/trading/userHolds?account=uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc
response
7. Kline
Path: /market/kline/list
Method: GET
Params:
Parameter
Type
Example
Descirption
account
string
DE73c4hvot9sWzshi42s3xnqzuMkLzu2PmLyQWJGpump
token address
period
string
1m
1m/15m/1h/1d
startTime
number
1732757400000
start time
endTime
number
1732768200000
end time
Example:
request
https://meme-api.openocean.finance/market/kline/list?address=DE73c4hvot9sWzshi42s3xnqzuMkLzu2PmLyQWJGpump&period=1m&startTime=1732757400000&endTime=1732768200000
response
Last updated