1234567891011121314151617181920212223242526272829 |
- package consts
- const (
- GET string = "GET"
- POST string = "POST"
- NET_WORKS string = "networks"
- PRICE string = "price"
- MULTIPLE_PRICE string = "multi_price"
- QUESTION_MARK string = "?"
- X_API_KEY string = "X-API-KEY"
- DEFI_URL string = "DEFI_URL"
- TOKEN_URL string = "DEFI_URL"
- BIRD_EYE_API_KEY string = "BIRD_EYE_API_KEY"
- CheckLiquidity string = "check_liquidity"
- IncludeLiquidity string = "include_liquidity"
- ADDRESS string = "address"
- ACCEPT string = "accept"
- X_CHAIN string = "x_chain"
- APPLICATION_JSON string = "application/json"
- LIST_ADDRESS string = "list_address"
- COMMAS string = ","
- SORT_BY string = "sort_by"
- SORT_TYPE string = "sort_type"
- OFFSET string = "offset"
- LIMIT string = "limit"
- MIN_LIQUIDITY string = "min_liquidity"
- TOKEN_LIST string = "tokenlist"
- )
|