Root URL: `https://api.transpose.io/endpoints/`
### `/wallet-pnl`
Description: Lấy Realized và Unrealized Profit, thông tin chi tiết liên quan đến các token của ví. Dùng trong Wallet Profiler
| contract | symbol | activity | token_bought_amount | avg_buy_price | avg_sell_price | realized_pnl | assume_profit |
| -------- | ------ | -------- | ------------------- | ------------- | -------------- | ------------ | ------------- |
| string | string | string | float | float | float | float | float |
#### Parameters:
- `wallet_address`: địa chỉ ví, default value '0x74Cb045380d9Df9FeDd263D3Ef95138b09a1B7fa'
- `chain`: default là 'ethereum'
### `/wallet-pnl-total`
Description: Lấy ra các thông tin tổng quan về wallet trade. dùng trong wallet profiler
| total_pnl | loss | profit | win_rate | total_trade |
| --------- | ------ | ------ | -------- | ----------- |
| float | float | float | float | int |
#### Parameters:
- `wallet_address`: địa chỉ ví, default value '0x74Cb045380d9Df9FeDd263D3Ef95138b09a1B7fa'
- `chain`: default là 'ethereum'
### `/wallet-balance`
Description: Lấy được balance của các token trong ví. Dùng trong Wallet Profiler
| token_address | symbol | name | balance | usd_value |
| ------------- | ------ | ------ | ------- | --------- |
| string | string | string | float | float |
#### Parameters:
- `wallet_address`: địa chỉ ví, default value '0x74Cb045380d9Df9FeDd263D3Ef95138b09a1B7fa'
### `/wallet-balance-total`
Description: Tổng balance của ví. Dùng trong Wallet Profiler
| total_value |
| --------- |
| float |
#### Parameters:
- `wallet_address`: địa chỉ ví, default value '0x74Cb045380d9Df9FeDd263D3Ef95138b09a1B7fa'
### `/wallet-visualizer`
Description: cho ra giá trị của token trong ví theo thời gian + giá token theo thời gian
| dayt | netflow | category | prices |
| --- | --- | --- | ----- |
| time | interger | string | float |
#### Parameters:
- `wallet_address`: địa chỉ ví, default value '0x74Cb045380d9Df9FeDd263D3Ef95138b09a1B7fa'
- `timeframe`: khoảng thời gian muốn lấy dữ liệu. Đơn vị là day. dèault 60. (lấy dữ liệu của 60 ngày trước)
- `time`: chia bins. default là day.
- `contract_address`: địa chỉ token
### `/fresh_wallet_token`
Description: Những fresh wallet (được tạo trong vòng 24h qua) đã mua token này, dùng cho token god mod
| origin_address | token | token_address | price | amount | usd_amount |
| --- | --- | --- | --- | --- | ----------- |
| string | string | string |float | float | float |
#### Parameters:
- `token_address`: địa chỉ token, default value '0xf1182229b71e79e504b1d2bf076c15a277311e05'
### `/fresh_wallet`
Description: Tổng cộng token được mua bởi fresh wallet
| token | token_address | amount | usd_amount |
| ------ | ------------- | ------ | ---------- |
| string | string | float | float |
#### Parameters:None
### `/overview`
Description: Tổng quan tất cả các token, dùng ở home
| token_address | symbol | latest_price | 24hr_change | volume | liquidity | fdv | token_age |
| ------------- | ------ | ------------ | ----------- | ------ | --------- | ----- | --- |
| string | string | float | float | float | float | float | time |
#### Parameters: None
### `/token_distribution`
Description: Dùng ở token god mod, top holder của token, đang nắm giữ bao nhiêu.
| ranking | address | label | balance | value_usd | percentagesupply | change7dusd | dextrade7dusd | entry |
| -------- | ------- | ----- | ------- | --------- | ---------------- | ----------- | ------------- | --- |
| interger | string | string | float | float | float | float | float | float |
#### Parameters:
- `token_address`
### `/dex_entry`
Description: Điểm vào điểm ra theo token của 1 ví
| timestamp | wallet_address | sell_token_address | sell_symbol | sell_token_amount | buy_token_address | buy_symbol | buy_amount |
| --------- | -------------- | ------------------ | ----------- | ----------------- | ----------------- | ---------- | ---------- |
| time | string | string | string | float | string | string | float |
#### Parameters:
- `token_address`
- `wallet_address`
### `/one_hit`
Description: Signal của các ví onehit, dùng cho tab signal
| address | symbol | activity | most_recent | token_bought_amount | avg_buy_price | avg_sell_price | realized_pnl | assume_profit |
| ------- | ------ | -------- | ----------- | ------------------- | ------------- | -------------- | ------------ | ------------- |
| string | string | string | time | float | float | float | float | float |
#### Parameters: None
### `/one_hit`
Description: Signal của các ví onehit, dùng cho tab signal
| address | symbol | activity | most_recent | token_bought_amount | avg_buy_price | avg_sell_price | realized_pnl | assume_profit |
| ------- | ------ | -------- | ----------- | ------------------- | ------------- | -------------- | ------------ | ------------- |
| string | string | string | time | float | float | float | float | float |
#### Parameters: None
### `/whale_cex`
Description: Signal của các whale gửi lên CEX, dùng trong tab signal
| transaction_hash | timestamp | from_address | to_address | symbol | amount | usd_amount |
| ---------------- | --------- | ------------ | ---------- | ------ | ------ | ---------- |
| string | time | string | string | string | float | float |
#### Parameters: None
### `/smart_signal`
Description: Signal của các smart money trong db của mình. Dùng trong tab signal
| action | transaction_hash | timestamp | wallet_address | label | exchange_name | sell_symbol | sell_contract | sell_amount | buy_symbol | buy_contract | buy_amount | usd_amount |
| ------ | ---------------- | --------- | -------------- | ------ | ------------- | ----------- | ------------- | ----------- | ---------- | ------------ | ---------- | ---------- |
| string | string | time | string | string | string | string | string | float | string | string | float | float |
#### Parameters: None
### `/whale_dex`
Description: Signal của các whale trên dex, dùng trong tab signal
| signal | transaction_hash | timestamp | hash | wallet_address | sell_symbol | sell_amount | buy_symbol | buy_amount | usd_amount |
| ------ | ---------------- | --------- | -------- | -------------- | ----------- | ----------- | ---------- | ---------- | --- |
| string | string | time | interger | string | string | float | string | float | float|
#### Parameters: None