Skip to main content
GET
トークン - 時間指定価格
トークンの現在価格を USD およびネイティブ通貨で取得します。過去の価格が必要な場合は、/prices エンドポイントまたは GraphQL DEXTrades Cube を利用してください。
関連: GraphQL DEX 取引 | MCP: token_get_price

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

chain
enum<string>
必須

サポートされているネットワークに記載されているチェーン名 Supported blockchain chains

利用可能なオプション:
sol,
eth,
bsc
tokenAddress
string
必須

トークンのアドレス

クエリパラメータ

timestamp
integer<int64>
必須

価格タイムスタンプ(Unix エポック秒)

レスポンス

200 - application/json

時間指定で価格を取得

Token price

address
string
必須

Token address

:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"

priceInUsd
string
必須

Price in USD

:

"1000"

timestamp
integer<int64>
必須

Timestamp

:

1754055151000

priceInNative
string | null

Price in native token (alias)

:

"1000"

priceInSol
string | null

Price in native token

:

"1000"