- Start Here
- Networks
- Access Control List (ACL)
- Accounts (Addresses)
- Simulator
- Audits
- Unpack
- Abstract Syntax Tree (AST)
- Get Contract AST
- Get Contract Constants
- Get Contract Constructors
- Get Contract Definitions
- Get Contract Documentation
- Get Contract Enums
- Get Contract Errors
- Get Contract Events
- Get Contract Functions
- Get Contract Imports
- Get Contract Interfaces
- Get Contract Libraries
- Get Contract License
- Get Contract State Variables
- Get Contract Statistics
- Get Contract Structs
- Control Flow Graphs (CFG)
- Constructors
- Contracts
- Metadata
- Tokens
- Variables
- Functions
- Events
- Standards
- Statistics
List Standards
GET
https://api.unpack.dev/v1/standards/{networkId}
Standards
Last modified:2024-05-31 11:02:21
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
networkId
integer <int64>
required
Default:
1
Example:
1
Query Params
limit
integer <int64>
optional
Default:
10
Example:
10
offset
integer <int64>
optional
Default:
0
Example:
0
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.unpack.dev/v1/standards/1'
Responses
🟢200OK
application/json
Body
array of:
confidence
string
required
confidencePoints
number <double>
required
contractAddress
string
required
createdAt
string <date-time>
required
discoveredTokens
integer <int64>
required
id
string
required
maximumTokens
integer <int64>
required
name
string
required
networkId
object (Int)
required
partial
boolean
required
processed
boolean
required
threshold
number <double>
required
type
string
required
unit
object (ContractStandard)
required
abi
string
required
events
array[object (StandardEvent) {4}]
required
functions
array[object (StandardFunction) {4}]
required
name
string
required
stagnant
boolean
required
type
string
required
url
string
required
updatedAt
string <date-time>
required
Example
[
{
"confidence": "string",
"confidencePoints": 0,
"contractAddress": "string",
"createdAt": "2019-08-24T14:15:22Z",
"discoveredTokens": 0,
"id": "string",
"maximumTokens": 0,
"name": "string",
"networkId": {},
"partial": true,
"processed": true,
"threshold": 0,
"type": "string",
"unit": {
"abi": "string",
"events": [
{
"inputs": [
{
"indexed": true,
"matched": true,
"type": "string"
}
],
"matched": true,
"name": "string",
"outputs": [
{
"matched": true,
"type": "string"
}
]
}
],
"functions": [
{
"inputs": [
{
"indexed": true,
"matched": true,
"type": "string"
}
],
"matched": true,
"name": "string",
"outputs": [
{
"matched": true,
"type": "string"
}
]
}
],
"name": "string",
"stagnant": true,
"type": "string",
"url": "string"
},
"updatedAt": "2019-08-24T14:15:22Z"
}
]
🔴500Error
Modified at 2024-05-31 11:02:21