get
Get token market info
QUERY PARAMS
address
string
required
Market Id
RESPONSES
200
OK
Response Body (application/json)
success
boolean
Request status
pool_address
string
The pool address
program_id
string
The program owner
token
string
Address of token
token_account
string
Address of token account
amount
number
Amount of token in pool
create_tx_hash
string
The transaction in which the pool was created
create_block_time
number
The time when the pool is created
creator
string
The creator of pool
lp_token
string
The address of lp token
400
Bad Request
Response Body (application/json)
401
Authentication failed
Response Body (application/json)
429
Too Many Requests
Response Body (application/json)
500
Internal Server Error
Response Body (application/json)