get
Get token market info
QUERY PARAMS
address
string
required
Market Id
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
pool_address
string
The pool address
program_id
string
The program owner
token_infos
create_tx_hash
string
The transactoin when pool is 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
401
Authentication failed
Response Body
429
Too Many Requests
Response Body
500
Internal Server Error
Response Body