75 lines
1.9 KiB
Plaintext
75 lines
1.9 KiB
Plaintext
https://docs.dexscreener.com/api/reference
|
|
|
|
https://api.dexscreener.com/latest/dex/search/?q=:q
|
|
https://api.dexscreener.com/latest/dex/pairs/:chainId/:pairAddresses
|
|
https://api.dexscreener.com/latest/dex/pairs/bsc/0xcc4Eac613075c14B5252d57C5fBd43ccb1196062
|
|
|
|
|
|
|
|
https://api.dexscreener.com/latest/dex/search/?q=BLACKY/WFTM
|
|
https://api.dexscreener.com/latest/dex/pairs/bsc/0xcc4Eac613075c14B5252d57C5fBd43ccb1196062
|
|
|
|
|
|
|
|
https://api.ftmscan.com/api
|
|
air: 3UT57M7CYQWDI8YVZC8MN5ERNZ4B783PQV
|
|
|
|
https://docs.ftmscan.com/api-endpoints/accounts
|
|
Get FTM Balance for a Single Address
|
|
https://api.ftmscan.com/api
|
|
?module=account
|
|
&action=balance
|
|
&address=0x5A534988535cf27a70e74dFfe299D06486f185B7
|
|
&apikey=YourApiKeyToken
|
|
|
|
|
|
# Get a list of 'Normal' Transactions By Address
|
|
https://api.ftmscan.com/api
|
|
?module=account
|
|
&action=txlist
|
|
&address=0xb91dd8225Db88dE4E3CD7B7eC538677A2c1Be8Cb
|
|
&startblock=0
|
|
&endblock=99999999
|
|
&page=1
|
|
&offset=10
|
|
&sort=asc
|
|
&apikey=YourApiKeyToken
|
|
|
|
Get a list of 'Internal' Transactions by Address
|
|
https://api.ftmscan.com/api
|
|
?module=account
|
|
&action=txlistinternal
|
|
&address=0xf491e7b69e4244ad4002bc14e878a34207e38c29
|
|
&startblock=0
|
|
&endblock=99999999
|
|
&page=1
|
|
&offset=10
|
|
&sort=asc
|
|
&apikey=YourApiKeyToken
|
|
|
|
|
|
Get a list of 'ERC-20 Token Transfer Events' by Address
|
|
https://api.ftmscan.com/api
|
|
?module=account
|
|
&action=tokentx
|
|
&contractaddress=0x69c744d3444202d35a2783929a0f930f2fbb05ad
|
|
&address=0x489d55df278224a05f793098d41753d5669d5144
|
|
&startblock=0
|
|
&endblock=99999999
|
|
&page=1
|
|
&offset=5
|
|
&sort=asc
|
|
&apikey=YourApiKeyToken
|
|
|
|
# NFT
|
|
https://api.ftmscan.com/api
|
|
?module=account
|
|
&action=tokennfttx
|
|
&contractaddress=0x428b68C856ACD8e7eae3C5CeB5d650AEaa7F48bc
|
|
&address=0xc28bb91d5a8d4d4715cd8666d4e1aa0089b7bee5
|
|
&startblock=0
|
|
&endblock=99999999
|
|
&page=1
|
|
&offset=100
|
|
&sort=asc
|
|
&apikey=YourApiKeyToken |