Code Monkey home page Code Monkey logo

Comments (2)

AlexITC avatar AlexITC commented on May 20, 2024

This has been resolved.

from block-explorer.

AlexITC avatar AlexITC commented on May 20, 2024

Example:

➜  ~ http GET "xsnexplorer.io/api/addresses/Xm7CcNbFBcyhzvyD1CSves5cixVLrsU5SR/transactions"
HTTP/1.1 200 OK
CF-RAY: 42ca25e1472f9a2e-MFE
Connection: keep-alive
Content-Encoding: gzip
Content-Security-Policy: default-src 'self'
Content-Type: application/json
Date: Mon, 18 Jun 2018 01:57:56 GMT
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
Request-Time: 599
Server: cloudflare
Set-Cookie: __cfduid=d5444a234443fcb94f9d5fca7404488df1529287076; expires=Tue, 18-Jun-19 01:57:56 GMT; path=/; domain=.xsnexplorer.io; HttpOnly
Transfer-Encoding: chunked
Vary: Accept-Encoding
Vary: Origin
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Permitted-Cross-Domain-Policies: master-only
X-XSS-Protection: 1; mode=block

{
    "data": [
        {
            "blockhash": "7990c9b9e8bed993920f7112f8a16aff89ddaaab05b5c80fb156955b71813aeb", 
            "id": "0287e0218c7d4743a689d17e518554390940216faad8a0c37b0b9dc01f3a380d", 
            "received": 2036, 
            "sent": 2000, 
            "size": 162, 
            "time": 1529276967
        }, 
        {
            "blockhash": "cd427feeb9d38e1f36780ad69501def12a06f674238cad62e84e79d65b408437", 
            "id": "32afd652eb4580ab4029da2e407d1342018b0d3836a63828fbc32c9d14c2d9e8", 
            "received": 2071.64, 
            "sent": 2035.64, 
            "size": 162, 
            "time": 1529269327
        }, 
        {
            "blockhash": "940bf3d02f643057dd085d316b1b4b6d404796d129326e3aa5434fe2bc279ced", 
            "id": "ac770f7ac77ec67c7e6f063b35ed13193d94e30899211aaf84522b1c1ce85374", 
            "received": 2036, 
            "sent": 2000, 
            "size": 162, 
            "time": 1529244181
        }, 
        {
            "blockhash": "c66a24d8065117d76248c7abb4ba526f7ba2626dd8cc1c4a4c814cbf4b1385f5", 
            "id": "74285a3b7db34dbb12bc2354885f602589039cab4396fa66cd8f686f90d3bdd3", 
            "received": 2036, 
            "sent": 2000, 
            "size": 162, 
            "time": 1529240516
        }, 
        {
            "blockhash": "83088d3f2d43dfacc7865f35970aafac6f94d4bbc6c5b4b6a1f3adf0b3be4074", 
            "id": "3b35157fcc256d9002efdf3bc246d1211452a104bf17d2ace0170043b392c1b3", 
            "received": 2053.82, 
            "sent": 2017.82, 
            "size": 162, 
            "time": 1529236326
        }, 
        {
            "blockhash": "e727ceb6cc39daf1babe51bbb33db00fd732e5486dc6d4d23fc3f3e2d22e996a", 
            "id": "717b0d7ffb370c73032010304ae18fa1021cc8f470cc69e1dd98b16b3e46ad53", 
            "received": 2053.82, 
            "sent": 2017.82, 
            "size": 162, 
            "time": 1529228021
        }, 
        {
            "blockhash": "6da5fc308fb3c56c44de953ebe5265006ebf1c26b6bd88fdeeb9b7d6e3d11136", 
            "id": "82a0758e115119ec54310b7f9f9ed507607be9d7efdc439ecedc30a2b1589901", 
            "received": 2053.82, 
            "sent": 2017.82, 
            "size": 162, 
            "time": 1529224889
        }, 
        {
            "blockhash": "6306e8359458a2611cda146083adbaf5834733e6c0217fc7395411532a89c4fb", 
            "id": "cbd22bdb75c9f0edb2a0f65d575d61c2db4e7910f376e52373a157a10b119274", 
            "received": 2053.82, 
            "sent": 2017.82, 
            "size": 162, 
            "time": 1529220131
        }, 
        {
            "blockhash": "ca5e42f9774640f2c67683743355bbb0ba621bb49c058d1d81102bb1b8b5827b", 
            "id": "199b69ac2dd7abbc09d75c2e994489f6178375a09aa581ca23994504be39d03c", 
            "received": 2053.82, 
            "sent": 2017.82, 
            "size": 162, 
            "time": 1529219506
        }, 
        {
            "blockhash": "56a58f55244c902473578c89af8d069a16212a613c85514aeea934f797cfed4c", 
            "id": "49abad9be6a1f429eb0920c7453957d887a7d6566555f645c20aa36f784df7ee", 
            "received": 2036, 
            "sent": 2000, 
            "size": 162, 
            "time": 1529208605
        }
    ], 
    "limit": 10, 
    "offset": 0, 
    "total": 47
}

from block-explorer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.