Data API

1. New Tokens Filter

  • url: /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://api.bullme.one/market/token/newTokens

    • response

      {
          "code": 0,
          "msg": "success",
          "ts": 1732760720635,
          "data": [
              {
                  "address": "8qsPqXUsj83aMBfwr8MeLHd19be6mryTJCUFKgGSpump",
                  "symbol": "CHARON",
                  "name": "CHARON AI",
                  "totalSupply": 1000000000,
                  "decimals": 6,
                  "logo": "https://ipfs.io/ipfs/QmafVycDyUF6v8NZssGBALd2HUgTghPVH6ZttbeEEKXoR5",
                  "creator": "GDnsYHFzxxN93RBoSFPK4RsMWug74339Ns6uLBqFAKkx",
                  "description": "Charon AI: A revolutionary quantum-powered artificial intelligence system designed for advanced neural processing and deep learning optimization. Experience unprecedented computational capabilities with our cutting-edge cybernetic architecture and neural network integration.",
                  "showName": true,
                  "twitter": "https://x.com/CharonAIpf",
                  "telegram": "https://t.me/CharonAIpf",
                  "website": "https://charonai.space/",
                  "blockNumber": 304046304,
                  "hash": "4fHYShfFrhoWfcMKwEKhnXDy72xEAVfSv4z2bRhZzmzokd5Y269iqRkpEFVV4Y7dDr2B4iqQXSByjT5jDVrXsxzM",
                  "source": "pump",
                  "dex": null,
                  "timestamp": 1732760686000,
                  "migrateTime": null,
                  "completeTime": null,
                  "marketCap": 8885.9233203,
                  "tradeVolume": 2625.2889068185,
                  "tradeCount": 10,
                  "top10Holder": 0.146726,
                  "bondingCurveProgress": 18.500343,
                  "status": "NEW",
                  "tradeVolume24h": 2625.2889068185,
                  "buyVolume24h": 1892.0733719389,
                  "sellVolume24h": 733.2155348796,
                  "tradeCount24h": 10,
                  "buyCount24h": 9,
                  "sellCount24h": 1,
                  "liquidity": 4.752144005
              }
          ],
          "error": false
      }

2. Token List

  • url: /market/token/tokens

  • method: GET

  • params:

    Parameter

    Type

    Example

    Description

    type

    number

    1

    1: NEW 2: Graduating soon 3: Graduated

  • Example

    • request

      https://api.bullme.one/market/token/tokens?type=2

    • response

3. Token Detail

  • url: /market/token/detail

  • method: GET

  • params:

    Parameter

    Type

    Example

    Description

    address

    string

    BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump

    token address

  • Example:

    • request

      https://api.bullme.one/market/token/detail?address=BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump

    • response

4. Token Transactions

  • url: /market/token/trades

  • method: GET

  • params:

    Parameter

    Type

    Example

    Description

    address

    string

    BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump

    token address

  • Example:

    • request

      https://api.bullme.one/market/token/trades?address=BSRjBP7GXKkJgwn6TDH8tQW1qdfUNCmm8MDiRiPDpump

    • response

5. User Transactions

  • url: /trading/userTrades

  • method: GET

  • params:

Parameter
Type
Example
Description

address

string

Bw6JTAqXEredtatiCWBxfKreUKd2bqSJiLQX28yvpump

token address

account

string

uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc

user account

  • Example:

    • request

      https://api.bullme.one/trading/userTrades?address=Bw6JTAqXEredtatiCWBxfKreUKd2bqSJiLQX28yvpump&account=uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc

    • response

6. User Positions

  • url: /trading/userHolds

  • method: GET

  • params:

Parameter
Type
Example
Description

account

string

uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc

user account

  • Example:

    • request

      https://api.bullme.one/trading/userHolds?account=uExXZEFGVoFMybEZkRxJhaMfN4gpkw8CZeQndDbvnPc

    • response

7. Kline

  • url: /market/kline/list

  • method: GET

  • params:

Parameter
Type
Example
Description

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://api.bullme.one/market/kline/list?address=DE73c4hvot9sWzshi42s3xnqzuMkLzu2PmLyQWJGpump&period=1m&startTime=1732757400000&endTime=1732768200000

    • response

Last updated