# API REFERENCE
# API URL
- DOMAIN :
https://api.plugchain.network
# API LIST
| NAME | METHOD | PATH |
|---|---|---|
| Create Address | GET | /server/v1/account/new_address |
| Address translation | GET | /server/v1/account/addr_convert |
| Account information | GET | /server/v1/account/info |
| Account balance prc10 | GET | /server/v1/account/balance/prc10 |
| Account balance prc20 | GET | /server/v1/account/balance/prc20 |
| Account transactions | GET | /server/v1/account/txs |
| prc10 Token List | GET | /server/v1/token/prc10/tokens |
| prc10 Token Details | GET | /server/v1/token/prc10/token |
| prc20 Token Details | GET | /server/v1/token/prc20/token |
| Get quotes | GET | /server/v1/market/pc |
| Broadcast transaction | POST | /server/v1/tx/broadcast |
| Send transaction prc10 | POST | /server/v1/tx/send_tx_prc10 |
| Send transactionPVM | POST | /server/v1/tx/send_tx_pvm |
| Latest transaction | GET | /server/v1/tx/latest |
| Transaction in the block | GET | /server/v1/tx/block |
| Transaction details | GET | /server/v1/tx/by_hash |
| Get blocks through hash | GET | /server/v1/block/by_hash |
| Get blocks through block height | GET | /server/v1/block/by_height |
| Latest block | GET | /server/v1/block/last |
| Verifier list | GET | /server/v1/validator/validators |
| Verifier details | GET | /server/v1/validator/info |
| Proposal list | GET | /server/v1/gov/proposals |
| Proposal details | GET | /server/v1/gov/detail |
| Node information | GET | /server/v1/node_info |
| Transaction pool prc_ 10 List | GET | /server/v1/swap/prc10/pools |
| Transaction pool prc_10 | GET | /server/v1/swap/prc10/pool |
| Transaction pool prc_ 20 List | GET | /server/v1/swap/prc20/pools |
| Transaction pool prc_20 | GET | /server/v1/swap/prc20/pool |