API
Designed as Standard RPC Style Endpoint
Last updated
Designed as Standard RPC Style Endpoint
Last updated
Access URL
https://puissant-bsc.48.club
wss://puissant-bsc.48.club/ws/
(for 48er NFT holders only)
POST
/
As of the original eth_gasPrice endpoint.
Query the minimum gas price request for sending transactions via puissant. If the first tx in your puissant has a GasPrice below the floor, your puissant will be rejected instantly.
It barely changes, but this is not a promise.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
/
Send a Raw Transaction in private mode. Subject to Query Gas Price Floor.
Transaction sent to this RPC will remain inside 48 Club and partner validators without being broadcast, thus will not be packed or only packed by this validator.
Transaction will be handled fully following validation procedure, including but not limit to signature/nonce/gas/gasPrice/balance etc.
POST
/
If you would like to modify an already-sent puissant, you can send another puissant with the same sender (from addr of the first tx) and raise the gasprice for at least 10%, the previous puissant will be overwritten.
GET
https://explorer.48.club/api/v1/ping
GET
https://explorer.48.club/api/v1/puissant/uuid
uuid
is what you get from result of Send Puissant
GET
https://explorer.48.club/api/v1/score
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Content-Type*
String
"application/json"
id*
uint64
Echo. self maintained.
jsonrpc*
String
"2.0"
method*
String
"eth_gasPrice"
Content-Type*
String
"application/json"
id*
uint64
Echo. self maintained.
jsonrpc*
String
"2.0"
method*
String
"eth_sendPrivateRawTransaction"
params*
[]Tx
Signed transaction (eth_sendRawTransaction style, signed and RLP-encoded)
Content-Type*
String
"application/json"
id*
uint64
Echo. self maintained.
jsonrpc*
String
"2.0"
method*
String
"eth_sendPuissant"
params[0].txs*
[]Tx
Signed transactions (eth_sendRawTransaction style, signed and RLP-encoded)
params[0].maxTimestamp*
uint64
puissant valid until timestamp reaches. No more than 2 minutes from now
params[0].acceptReverting
[]TxHash
The array of hash indicated which transaction(s) are allowed to revert
address
String
sender address. if not provided, score of current ip address will be return.