Get <Basic Information> Interface
Obtain the corresponding list through the collection or platform type
Request Address: /api/v1/meta/getBaseInfo
Request Method: GET
Request Parameters:
Field Name
Field Description
Type
Required or not
Notes
type
Query type enumeration fields: collection、platform
string
Y
page
Page
integer
Y
pageSize
Number in page
integer
Y
Output Parameters:
Field Name
Field Description
Type
id
Primary key
integer
name
Name
string
contractAddress
Contract address
string
imageUrl
Image logo address
string
itemNum
Amount
integer
type
Type,collection or platform
string
Input example:
https://api.paths.finance/api/v1/meta/getBaseInfo?type=collection&page=1&pageSize=50
Output example:
Postman Call Example
Last updated