You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-references/indexer/installation.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ schema with sample curl commands, along with examples in both Javascript/Typescr
16
16
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
17
17
Or if you'd like to integrate the Indexer with another language target, simply follow the API reference below
18
18
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
19
-
implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/indexer/src/indexer.gen.ts) as well.
19
+
implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/indexer/src/indexer.gen.ts) as well.
Copy file name to clipboardExpand all lines: api-references/metadata/examples/rest-api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ The Metadata RPC interface offers the full capabilities of the Metadata service.
126
126
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
127
127
Or if you'd like to integrate the Metadata service with another language target, simply follow the API reference below
128
128
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
129
-
implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts) as well.
129
+
implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts) as well.
Copy file name to clipboardExpand all lines: api-references/transactions/installation.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebarTitle: Installation
7
7
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
8
8
Or if you'd like to integrate the Relayer with another language target, simply follow the API reference below
9
9
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
10
-
implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts) as well.
10
+
implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/relayer/src/rpc-relayer/relayer.gen.ts) as well.
Copy file name to clipboardExpand all lines: es/api-references/indexer/installation.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ Sequence Indexer es una API sencilla para consultar cualquier dato de tokens y N
8
8
## Instalación
9
9
Sequence Indexer está construido como una API HTTP con endpoints RPC a la que puede acceder directamente desde su aplicación web, juego o backend de servidor. Más abajo encontrará información sobre el esquema de endpoints RPC con ejemplos de comandos curl, junto con ejemplos en Javascript/Typescript y Go.
10
10
11
-
Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence). O si desea integrar el Indexer con otro lenguaje, simplemente siga la referencia de la API a continuación para implementar las solicitudes HTTP. Además, puede leer el código fuente del cliente Typescript como [implementación de referencia del cliente de la API del Indexer](https://github.com/0xsequence/sequence.js/blob/master/packages/indexer/src/indexer.gen.ts).
11
+
Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence).
12
+
O si prefiere integrar el Indexer con otro lenguaje, simplemente siga la referencia de la API a continuación
13
+
para implementar las solicitudes HTTP. Además, puede consultar el código fuente del cliente TypeScript como [implementación de referencia del cliente de la API de Indexer](https://github.com/0xsequence/sequence.js/blob/master/packages/services/indexer/src/indexer.gen.ts).
Copy file name to clipboardExpand all lines: es/api-references/metadata/examples/rest-api.mdx
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,14 +105,20 @@ Ejemplos:
105
105
## Cliente RPC
106
106
La interfaz Metadata RPC ofrece todas las capacidades del servicio Metadata.
107
107
108
-
Proveemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence). O si desea integrar el servicio Metadata con otro lenguaje, simplemente siga la referencia de la API a continuación para implementar las solicitudes HTTP. Además, puede leer el código fuente del cliente Typescript como [implementación de referencia del cliente Metadata RPC](https://github.com/0xsequence/sequence.js/blob/master/packages/metadata/src/metadata.gen.ts).
108
+
Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence).
109
+
Si desea integrar el servicio de Metadata con otro lenguaje, simplemente siga la referencia de la API a continuación
110
+
para implementar las solicitudes HTTP. Además, consulte el código fuente del cliente Typescript como [implementación de referencia del cliente Metadata RPC](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts).
109
111
110
112
## Métodos RPC de Metadata
111
113
**Endpoint de Metadata API:**[https://metadata.sequence.app](https://metadata.sequence.app)
112
114
113
115
**Métodos RPC de Metadata:**
114
-
-`GetTokenMetadata` - obtener metadata de tokens ERC721 o ERC1155 de un solo contrato
115
-
-`GetTokenMetadataBatch` - obtener metadata de tokens ERC721 o ERC1155 de un lote de contratos
116
-
-`GetContractInfo` - obtener metadata de contrato de una dirección de contrato ERC20, ERC721 o ERC1155
117
-
-`GetContractInfoBatch` - obtener metadata de contrato de un lote de direcciones de contrato ERC20, ERC721 o ERC1155
118
-
-`SearchContracts` - obtener información de metadata de contratos basada en criterios de búsqueda para tokens ERC20, ERC721 y ERC1155
116
+
-`GetTokenMetadata` - obtener metadata de tokens ERC721 o ERC1155 de un solo contrato
117
+
118
+
-`GetTokenMetadataBatch` - obtener metadata de tokens ERC721 o ERC1155 de un lote de contratos
119
+
120
+
-`GetContractInfo` - obtener metadata de contrato de una dirección de contrato ERC20, ERC721 o ERC1155
121
+
122
+
-`GetContractInfoBatch` - obtener metadata de contrato de un lote de direcciones de contrato ERC20, ERC721 o ERC1155
123
+
124
+
-`SearchContracts` - obtener información de metadata de contratos basada en criterios de búsqueda para tokens ERC20, ERC721 y ERC1155
Copy file name to clipboardExpand all lines: es/api-references/transactions/installation.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ sidebarTitle: Instalación
4
4
---
5
5
6
6
Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence).
7
-
O si desea integrar el Relayer con otro lenguaje de programación, simplemente siga la referencia de la API a continuación
8
-
para implementar las solicitudes HTTP. Además, consulte el código fuente del cliente Typescript como [implementación de referencia del cliente de la Transactions API](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts).
7
+
O si prefiere integrar el Relayer con otro lenguaje, simplemente siga la referencia de la API a continuación
8
+
para implementar las solicitudes HTTP. Además, puede consultar el código fuente del cliente TypeScript como [implementación de referencia del cliente de la API de Transacciones](https://github.com/0xsequence/sequence.js/blob/master/packages/services/relayer/src/rpc-relayer/relayer.gen.ts).
Copy file name to clipboardExpand all lines: ja/api-references/transactions/installation.mdx
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,9 @@ title: インストール方法
3
3
sidebarTitle: インストール方法
4
4
---
5
5
6
-
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
7
-
Or if you'd like to integrate the Relayer with another language target, simply follow the API reference below
8
-
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
9
-
implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts) as well.
0 commit comments